From 9222506a2ce76496025b971391b440f38c58cb48 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 3 Jun 2015 09:06:44 +0000 Subject: [PATCH] Added doxygen comment for typedef git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14888 16af8721-9629-0410-8352-f15c8da7e697 --- include/osg/Uniform | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osg/Uniform b/include/osg/Uniform index 4609132c0..23c67e1d9 100644 --- a/include/osg/Uniform +++ b/include/osg/Uniform @@ -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;