Skip to content

Commit

Permalink
remove GTSAM_EXPORT from SignatureParser struct
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jun 21, 2023
1 parent c954e54 commit 0bc08b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/discrete/SignatureParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

Expand Down

0 comments on commit 0bc08b8

Please sign in to comment.