diff --git a/src/osgWrappers/osgGA/EventQueue.cpp b/src/osgWrappers/osgGA/EventQueue.cpp index 43f8a7354..f3d6c2cbc 100644 --- a/src/osgWrappers/osgGA/EventQueue.cpp +++ b/src/osgWrappers/osgGA/EventQueue.cpp @@ -76,7 +76,7 @@ BEGIN_OBJECT_REFLECTOR(osgGA::EventQueue) "Note, just moves the mouse position without creating a new event for it. "); I_Method2(void, mouseMotion, IN, float, x, IN, float, y, __void__mouseMotion__float__float, - "Method for adapting mouse motion events whilst mouse buttons are pressed, placing this event on the back of the event queue. ", + "Method for adapting mouse motion events, placing this event on the back of the event queue. ", ""); I_Method3(void, mouseButtonPress, IN, float, x, IN, float, y, IN, unsigned int, button, __void__mouseButtonPress__float__float__unsigned_int, diff --git a/src/osgWrappers/osgProducer/GNUmakefile b/src/osgWrappers/osgProducer/GNUmakefile index 9881eb18f..d65cda736 100644 --- a/src/osgWrappers/osgProducer/GNUmakefile +++ b/src/osgWrappers/osgProducer/GNUmakefile @@ -10,7 +10,7 @@ CXXFILES =\ Viewer.cpp\ ViewerEventHandler.cpp\ -LIBS += -losgProducer -losg -losgIntrospection -losgUtil -losgDB -lProducer -losgGA -losgText $(GL_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -losg -losgIntrospection -losgUtil -losgGA -losgDB -lProducer -losgGA -losgText $(GL_LIBS) $(OTHER_LIBS) OPTF = -O