Missing export
parent
f41a3db2b8
commit
03ed8e249b
|
|
@ -38,7 +38,7 @@ namespace gtsam {
|
|||
* (i.e. one after the last true row index).
|
||||
*
|
||||
* @addtogroup base */
|
||||
class VerticalBlockMatrix {
|
||||
class GTSAM_EXPORT VerticalBlockMatrix {
|
||||
public:
|
||||
typedef VerticalBlockMatrix This;
|
||||
typedef Matrix::Index Index;
|
||||
|
|
|
|||
Loading…
Reference in New Issue