Added OSG_EXPORT

This commit is contained in:
Robert Osfield 2016-02-04 19:40:14 +00:00
parent e1eaeced8c
commit e00977f3c2

View File

@ -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);