OpenSceneGraph/include
Robert Osfield 12226e4371 Converted the instances of const built in types being returned from methods
and passed as paramters into straight forward non const built in types,
i.e. const bool foogbar(const int) becomes bool foobar(int).
2002-09-02 12:31:35 +00:00
..
osg Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
osgDB Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
osgGA Fixed the numerical accuracy problems in the Drive and Flight Manipulators. 2002-08-29 20:41:19 +00:00
osgGLUT Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
osgParticle Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
osgText Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00
osgUtil Converted the instances of const built in types being returned from methods 2002-09-02 12:31:35 +00:00