Skip to content
Snippets Groups Projects
Commit 90716321 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

added missing dllexport in vec3.hh

parent 2aee19d8
Branches
Tags
No related merge requests found
...@@ -196,7 +196,7 @@ inline std::ostream& operator<<(std::ostream& os, const Vec3& v) ...@@ -196,7 +196,7 @@ inline std::ostream& operator<<(std::ostream& os, const Vec3& v)
namespace geom { namespace geom {
class Vec3List : public std::vector<Vec3> { class DLLEXPORT_OST_GEOM Vec3List : public std::vector<Vec3> {
public: public:
typedef std::vector<Vec3> base_type; typedef std::vector<Vec3> base_type;
Vec3List() : base_type() {} Vec3List() : base_type() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment