remove spaces in the previsouly added macro

This commit is contained in:
mp3butcher 2017-03-28 22:19:32 +02:00
parent fc3afbe449
commit 3142b682f2

View File

@ -152,7 +152,7 @@ REGISTER_OBJECT_WRAPPER( DrawElements,
#define DRAW_ELEMENTS_WRAPPER( DRAWELEMENTS, ELEMENTTYPE ) \
namespace Wrapper##DRAWELEMENTS { \
REGISTER_OBJECT_WRAPPER( DRAWELEMENTS, new osg::DRAWELEMENTS, osg::DRAWELEMENTS, "osg::Object osg::BufferData osg::PrimitiveSet osg::"#DRAWELEMENTS) \
{ \
{ \
{ \
UPDATE_TO_VERSION_SCOPED( 147 ) \
ADDED_ASSOCIATE("osg::BufferData") \