From 26a7a3acd6d6fb754b3e9096728cffb4218565b8 Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Mon, 18 Oct 2010 10:43:40 -0400 Subject: [PATCH] added missing dllexport in vec3.hh --- modules/geom/src/vec3.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/geom/src/vec3.hh b/modules/geom/src/vec3.hh index dc35a07ec..4d139a321 100644 --- a/modules/geom/src/vec3.hh +++ b/modules/geom/src/vec3.hh @@ -196,7 +196,7 @@ inline std::ostream& operator<<(std::ostream& os, const Vec3& v) namespace geom { -class Vec3List : public std::vector<Vec3> { +class DLLEXPORT_OST_GEOM Vec3List : public std::vector<Vec3> { public: typedef std::vector<Vec3> base_type; Vec3List() : base_type() {} -- GitLab