From 216849f73a54588027597427fdf180b33203167e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 23 Sep 2009 15:16:34 +0000 Subject: [PATCH] From Jean-Sebastien Guay, fixed Widows build and updated the SO version --- include/osg/Texture | 4 ++-- include/osg/Version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/osg/Texture b/include/osg/Texture index 7bbb0782d..a8af1a276 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -906,7 +906,7 @@ class OSG_EXPORT Texture : public osg::StateAttribute class TextureObjectSet; class TextureObjectManager; - class TextureObject : public osg::Referenced + class OSG_EXPORT TextureObject : public osg::Referenced { public: @@ -1041,7 +1041,7 @@ class OSG_EXPORT Texture : public osg::StateAttribute }; - class TextureObjectManager : public osg::Referenced + class OSG_EXPORT TextureObjectManager : public osg::Referenced { public: TextureObjectManager(unsigned int contextID); diff --git a/include/osg/Version b/include/osg/Version index fca3ba136..838e4cd9a 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -22,7 +22,7 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 9 #define OPENSCENEGRAPH_PATCH_VERSION 6 -#define OPENSCENEGRAPH_SOVERSION 61 +#define OPENSCENEGRAPH_SOVERSION 62 /* convinience macro that can be used to decide whether a feature is present or not i.e. * #if OSG_MIN_VERSION_REQUIRED(2,9,5)