Added missing export
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <osg/Vec4>
|
||||
#include <osg/Vec4d>
|
||||
#include <osg/buffered_value>
|
||||
#include <osg/GL2Extensions>
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user