Updated version info for 2.9.3 dev release, fixed typo and updated wrappers

This commit is contained in:
Robert Osfield
2009-04-10 11:00:54 +00:00
parent 57f6f9f6df
commit c949789ac7
4 changed files with 47 additions and 7 deletions

View File

@@ -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.

View File

@@ -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);