Added missing export

This commit is contained in:
Robert Osfield
2009-11-13 09:56:47 +00:00
parent d508934961
commit 8238396099
2 changed files with 2 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ class OSG_EXPORT GraphicsContext : public Object
};
/** GraphicsContext Traits object provides the specification of what type of graphics context is required.*/
struct Traits : public osg::Referenced, public ScreenIdentifier
struct OSG_EXPORT Traits : public osg::Referenced, public ScreenIdentifier
{
Traits(DisplaySettings* ds=0);

View File

@@ -22,6 +22,7 @@
#include <osg/Vec4>
#include <osg/Vec4d>
#include <osg/buffered_value>
#include <osg/GL2Extensions>
#include <list>
#include <map>