diff --git a/examples/osgbindlesstext/osgbindlesstext.cpp b/examples/osgbindlesstext/osgbindlesstext.cpp index 625cc015e..4e95cc1fa 100644 --- a/examples/osgbindlesstext/osgbindlesstext.cpp +++ b/examples/osgbindlesstext/osgbindlesstext.cpp @@ -207,7 +207,7 @@ class BindlessTexture: public osg::Texture2D public: typedef osg::ref_ptr BufferRef; typedef std::vector > TextureList; - typedef std::vector HandleList; + typedef std::vector HandleList; typedef osg::ref_ptr< osg::Texture::TextureObject> TextureObjectRef; typedef std::vector TextureObjectList; typedef osg::buffered_object TextureObjectBuffer;