fixing vc++14 compile issues

release/4.3a0
Jing Dong 2017-05-18 11:56:52 -07:00
parent 89ca6fb925
commit ed4a99f620
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ namespace gtsam {
* \nosubgrouping
*/
template<typename Calibration>
class GTSAM_EXPORT PinholeCamera: public PinholeBaseK<Calibration> {
class PinholeCamera: public PinholeBaseK<Calibration> {
public:

View File

@ -31,7 +31,7 @@ namespace gtsam {
* \nosubgrouping
*/
template<typename CALIBRATION>
class GTSAM_EXPORT PinholeBaseK: public PinholeBase {
class PinholeBaseK: public PinholeBase {
private:
@ -222,7 +222,7 @@ private:
* \nosubgrouping
*/
template<typename CALIBRATION>
class GTSAM_EXPORT PinholePose: public PinholeBaseK<CALIBRATION> {
class PinholePose: public PinholeBaseK<CALIBRATION> {
private: