Updated version info for 2.9.3 dev release, fixed typo and updated wrappers
This commit is contained in:
@@ -21,8 +21,8 @@ extern "C" {
|
||||
|
||||
#define OPENSCENEGRAPH_MAJOR_VERSION 2
|
||||
#define OPENSCENEGRAPH_MINOR_VERSION 9
|
||||
#define OPENSCENEGRAPH_PATCH_VERSION 2
|
||||
#define OPENSCENEGRAPH_SOVERSION 57
|
||||
#define OPENSCENEGRAPH_PATCH_VERSION 3
|
||||
#define OPENSCENEGRAPH_SOVERSION 58
|
||||
|
||||
/**
|
||||
* osgGetVersion() returns the library version number.
|
||||
|
||||
@@ -47,7 +47,7 @@ class OSGMANIPULATOR_EXPORT CommandManager : public osg::Referenced
|
||||
/** Add all selections connected to the dragger to the command. */
|
||||
void addSelectionsToCommand(MotionCommand& command, Dragger& dragger);
|
||||
|
||||
typedef std::list osg::ref_ptr<Selection> > Selections;
|
||||
typedef std::list< osg::ref_ptr<Selection> > Selections;
|
||||
|
||||
/** Returns the selections connected to the dragger */
|
||||
Selections getConnectedSelections(Dragger& dragger);
|
||||
|
||||
Reference in New Issue
Block a user