From Marco Jez, added operator >> for Plane and Quat to io_utils, and added

OSG_EXPORT to PerContextProgram.
This commit is contained in:
Robert Osfield
2005-04-16 17:44:11 +00:00
parent 20f26ee011
commit 8bf4a98a91
2 changed files with 20 additions and 1 deletions

View File

@@ -373,7 +373,7 @@ class OSG_EXPORT Program : public osg::StateAttribute
friend class PerContextProgram;
/** PerContextProgram (PCP) is an OSG-internal encapsulation of glPrograms per-GL context. */
class PerContextProgram : public osg::Referenced
class OSG_EXPORT PerContextProgram : public osg::Referenced
{
public: