Fixed type of osg::ApplicationUsage::set/getApplictionName(), updated

demos accordingly.

Made OsgCameraGroup set the _applicationUsage to the
osg::ApplicationUsage::instance() when no ArgumentParser is supplied.

Added export to osgProducer::ViewerEventAdapter.
This commit is contained in:
Robert Osfield
2003-04-09 08:20:08 +00:00
parent 1e689ae57a
commit b02917e7a2
5 changed files with 8 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
namespace osgProducer {
class ViewerEventHandler : public osgGA::GUIEventHandler
class OSGPRODUCER_EXPORT ViewerEventHandler : public osgGA::GUIEventHandler
{
public: