Updated MSVC Workspace files to fix build problems.

This commit is contained in:
Robert Osfield
2001-10-09 20:03:51 +00:00
parent ec3388900d
commit 22aef83a8f
4 changed files with 70 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ namespace osg {
* Statistics base class. Used to extract primitive information from
* the renderBin(s).
*/
class SG_EXPORT Statistics : public Object
class /*SG_EXPORT*/ Statistics : public Object
{
public: