From 31926f3329f2a78a4184820df77a4b8ce48cedc8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 15 Mar 2011 13:30:27 +0000 Subject: [PATCH] Added OSG_EXPORT to declaration of View::Slave. --- include/osg/View | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/View b/include/osg/View index 93de62b95..778d43ec4 100644 --- a/include/osg/View +++ b/include/osg/View @@ -94,7 +94,7 @@ class OSG_EXPORT View : public virtual osg::Object /** Slave allows one to up a camera that follows the master with a local offset to the project and view matrices.*/ - struct Slave + struct OSG_EXPORT Slave { Slave(bool useMastersSceneData=true): _useMastersSceneData(useMastersSceneData) {}