Skip to content

Commit

Permalink
From Wang Rui, build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Dec 2, 2012
1 parent ff40db5 commit 101c064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/osgPresentation/PropertyManager
Expand Up @@ -64,7 +64,7 @@ protected:

};

const osg::Object* OSGPRESENTATION_EXPORT getUserObject(const osg::NodePath& nodepath, const std::string& name);
extern OSGPRESENTATION_EXPORT const osg::Object* getUserObject(const osg::NodePath& nodepath, const std::string& name);

template<typename T>
bool getUserValue(const osg::NodePath& nodepath, const std::string& name, T& value)
Expand All @@ -84,7 +84,7 @@ bool getUserValue(const osg::NodePath& nodepath, const std::string& name, T& val
}
}

bool OSGPRESENTATION_EXPORT containsPropertyReference(const std::string& str);
extern OSGPRESENTATION_EXPORT bool containsPropertyReference(const std::string& str);

struct PropertyReader
{
Expand Down

0 comments on commit 101c064

Please sign in to comment.