Missing export
parent
f41a3db2b8
commit
03ed8e249b
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue