Added doxygen comment for typedef

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14888 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield 2015-06-03 09:06:44 +00:00
parent e7244e654a
commit 9222506a2c

View File

@ -826,6 +826,7 @@ class OSG_EXPORT Uniform : public Object
bool getElement( unsigned int index, bool& b0, bool& b1, bool& b2, bool& b3 ) const;
/** provide typedef for backwards compatibility to OSG-3.2 and other previous versions. */
typedef UniformCallback Callback;