From e59284501ba3e01d659e460a34033d6f9eb03f04 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Fri, 11 Mar 2005 17:46:12 +0000 Subject: [PATCH] Changed class name to UFO instead of UFOManipulator to conform to the other manipulators --- include/osgGA/UFOManipulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgGA/UFOManipulator b/include/osgGA/UFOManipulator index 61d5003ca..c35395a75 100644 --- a/include/osgGA/UFOManipulator +++ b/include/osgGA/UFOManipulator @@ -63,7 +63,7 @@ class OSGGA_EXPORT UFOManipulator : public osgGA::MatrixManipulator UFOManipulator(); /** return className - \return returns constant "UFOManipulator" + \return returns constant "UFO" */ virtual const char* className() const;