From 3142b682f2218776186a1cb1ad274216ca83888d Mon Sep 17 00:00:00 2001 From: mp3butcher Date: Tue, 28 Mar 2017 22:19:32 +0200 Subject: [PATCH] remove spaces in the previsouly added macro --- src/osgWrappers/serializers/osg/PrimitiveSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgWrappers/serializers/osg/PrimitiveSet.cpp b/src/osgWrappers/serializers/osg/PrimitiveSet.cpp index 3d5fe1184..3de41c3bc 100644 --- a/src/osgWrappers/serializers/osg/PrimitiveSet.cpp +++ b/src/osgWrappers/serializers/osg/PrimitiveSet.cpp @@ -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") \