remove GTSAM_EXPORT from SignatureParser struct
parent
c954e546ef
commit
0bc08b88bc
|
@ -47,7 +47,7 @@ namespace gtsam {
|
|||
*
|
||||
* Also fails if the rows are not of the same size.
|
||||
*/
|
||||
struct GTSAM_EXPORT SignatureParser {
|
||||
struct SignatureParser {
|
||||
using Row = std::vector<double>;
|
||||
using Table = std::vector<Row>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue