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:
@@ -35,8 +35,8 @@ class SG_EXPORT ApplicationUsage
|
||||
typedef std::map<std::string,std::string> UsageMap;
|
||||
|
||||
|
||||
void setApplicatonName(const std::string& name) { _applicationName = name; }
|
||||
const std::string& getApplicatonName() const { return _applicationName; }
|
||||
void setApplicationName(const std::string& name) { _applicationName = name; }
|
||||
const std::string& getApplicationName() const { return _applicationName; }
|
||||
|
||||
void setDescription(const std::string& desc) { _description = desc; }
|
||||
const std::string& getDescription() const { return _description; }
|
||||
|
||||
Reference in New Issue
Block a user