Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT

This commit is contained in:
Robert Osfield
2005-04-11 17:14:17 +00:00
parent 813bb559aa
commit d268cf46fa
114 changed files with 173 additions and 172 deletions

View File

@@ -34,7 +34,7 @@ namespace osg {
class State;
class Shader;
class SG_EXPORT GL2Extensions : public osg::Referenced
class OSG_EXPORT GL2Extensions : public osg::Referenced
{
public:
GL2Extensions();
@@ -299,7 +299,7 @@ class SG_EXPORT GL2Extensions : public osg::Referenced
* configuration.
*/
class SG_EXPORT Program : public osg::StateAttribute
class OSG_EXPORT Program : public osg::StateAttribute
{
public:
Program();