From 611b7afb07208527e3704edb42374195695e1f1f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 26 Aug 2016 15:09:46 +0100 Subject: [PATCH] Added OSG_EXPORT --- include/osg/VertexArrayState | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/VertexArrayState b/include/osg/VertexArrayState index bd09b5fc5..ce1924e1d 100644 --- a/include/osg/VertexArrayState +++ b/include/osg/VertexArrayState @@ -21,7 +21,7 @@ namespace osg { -class VertexArrayState : public osg::Referenced +class OSG_EXPORT VertexArrayState : public osg::Referenced { public: