From e00977f3c2835e106ea079a5f13369868ac03679 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Feb 2016 19:40:14 +0000 Subject: [PATCH] Added OSG_EXPORT --- include/osg/Identifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Identifier b/include/osg/Identifier index c9ec853c7..b61cc7e5d 100644 --- a/include/osg/Identifier +++ b/include/osg/Identifier @@ -41,7 +41,7 @@ inline bool iequals(const std::string& lhs, const std::string& rhs) /** Unique Indentifier class to help with efficiently comparing * road classification or region via pointers.*/ -class Identifier : public osg::Referenced, public osg::Observer +class OSG_EXPORT Identifier : public osg::Referenced, public osg::Observer { public: static Identifier* get(const std::string& name, int number=0, osg::Referenced* first=0, osg::Referenced* second=0);