Missing export

release/4.3a0
Richard Roberts 2013-07-12 22:27:32 +00:00
parent f41a3db2b8
commit 03ed8e249b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace gtsam {
* (i.e. one after the last true row index). * (i.e. one after the last true row index).
* *
* @addtogroup base */ * @addtogroup base */
class VerticalBlockMatrix { class GTSAM_EXPORT VerticalBlockMatrix {
public: public:
typedef VerticalBlockMatrix This; typedef VerticalBlockMatrix This;
typedef Matrix::Index Index; typedef Matrix::Index Index;