Skip to content

Commit

Permalink
Windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbeall committed Nov 23, 2014
1 parent b70528c commit a6853f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtsam/nonlinear/NonlinearFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ using boost::assign::cref_list_of;
*
* \nosubgrouping
*/
class NonlinearFactor: public Factor {
class GTSAM_EXPORT NonlinearFactor: public Factor {

protected:

Expand Down Expand Up @@ -155,7 +155,7 @@ class NonlinearFactor: public Factor {
* The noise model is typically Gaussian, but robust and constrained error models are also supported.
*/
class NoiseModelFactor: public NonlinearFactor {
class GTSAM_EXPORT NoiseModelFactor: public NonlinearFactor {

protected:

Expand Down

0 comments on commit a6853f1

Please sign in to comment.