Fixed version function names and comment strings

This commit is contained in:
Robert Osfield
2007-01-02 10:31:38 +00:00
parent 9004aa7f8b
commit 453cd7a4ef

View File

@@ -1,12 +1,12 @@
#include <osgGA/Version>
#include <osgViewer/Version>
const char* osgGAGetVersion()
const char* osgViewerGetVersion()
{
return "1.2";
}
const char* osgGAGetLibraryName()
const char* osgViewerGetLibraryName()
{
return "OpenSceneGraph Gui Adapter Library";
return "OpenSceneGraph Viewer Library";
}