Added missing OSG_EXPORT to fix Windows build

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15131 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield 2015-09-23 10:41:54 +00:00
parent 161246d864
commit 2fe4fc38bb

View File

@ -143,10 +143,10 @@ class OSG_EXPORT ContextData : public GraphicsObjectManager
/** Get the ContextData for a specific contextID.*/ /** Get the ContextData for a specific contextID.*/
extern ContextData* getContextData(unsigned int contextID); extern OSG_EXPORT ContextData* getContextData(unsigned int contextID);
/** Get or create the ContextData for a specific contextID.*/ /** Get or create the ContextData for a specific contextID.*/
extern ContextData* getOrCreateContextData(unsigned int contextID); extern OSG_EXPORT ContextData* getOrCreateContextData(unsigned int contextID);
template<typename T> template<typename T>
inline T* get(unsigned int contextID) inline T* get(unsigned int contextID)