remove GTSAM_EXPORT from SignatureParser struct

release/4.3a0
Varun Agrawal 2023-06-21 17:49:15 -04:00
parent c954e546ef
commit 0bc08b88bc
1 changed files with 1 additions and 1 deletions

View File

@ -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>;