diff --git a/src/osg/ConvexPlanarOccluder.cpp b/src/osg/ConvexPlanarOccluder.cpp index d404a4fd9..8b34f215b 100644 --- a/src/osg/ConvexPlanarOccluder.cpp +++ b/src/osg/ConvexPlanarOccluder.cpp @@ -16,4 +16,4 @@ using namespace osg; ConvexPlanarOccluder::~ConvexPlanarOccluder() { -}; +} diff --git a/src/osg/CopyOp.cpp b/src/osg/CopyOp.cpp index 79e638eb3..c3d876414 100644 --- a/src/osg/CopyOp.cpp +++ b/src/osg/CopyOp.cpp @@ -30,16 +30,16 @@ TYPE* CopyOp::operator() (const TYPE* obj) const \ return const_cast(obj); \ } -COPY_OP( Object, DEEP_COPY_OBJECTS ); -COPY_OP( Node, DEEP_COPY_NODES ); -COPY_OP( Drawable, DEEP_COPY_DRAWABLES ); -COPY_OP( StateSet, DEEP_COPY_STATESETS ); -COPY_OP( Texture, DEEP_COPY_TEXTURES ); -COPY_OP( Image, DEEP_COPY_IMAGES ); -COPY_OP( Array, DEEP_COPY_ARRAYS ); -COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES ); -COPY_OP( Shape, DEEP_COPY_SHAPES ); -COPY_OP( Uniform, DEEP_COPY_UNIFORMS ); +COPY_OP( Object, DEEP_COPY_OBJECTS ) +COPY_OP( Node, DEEP_COPY_NODES ) +COPY_OP( Drawable, DEEP_COPY_DRAWABLES ) +COPY_OP( StateSet, DEEP_COPY_STATESETS ) +COPY_OP( Texture, DEEP_COPY_TEXTURES ) +COPY_OP( Image, DEEP_COPY_IMAGES ) +COPY_OP( Array, DEEP_COPY_ARRAYS ) +COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES ) +COPY_OP( Shape, DEEP_COPY_SHAPES ) +COPY_OP( Uniform, DEEP_COPY_UNIFORMS ) Referenced* CopyOp::operator() (const Referenced* ref) const { diff --git a/src/osg/DeleteHandler.cpp b/src/osg/DeleteHandler.cpp index 677b252e6..f0df4f036 100644 --- a/src/osg/DeleteHandler.cpp +++ b/src/osg/DeleteHandler.cpp @@ -123,4 +123,4 @@ void DeleteHandler::requestDelete(const osg::Referenced* object) } } -}; // end of namespace osg +} // end of namespace osg diff --git a/src/osg/Object.cpp b/src/osg/Object.cpp index 25bae9873..71854779c 100644 --- a/src/osg/Object.cpp +++ b/src/osg/Object.cpp @@ -22,4 +22,4 @@ Object::Object(const Object& obj,const CopyOp& copyop): _userData(copyop(obj._userData.get())) {} -}; // end of namespace osg +} // end of namespace osg diff --git a/src/osg/Referenced.cpp b/src/osg/Referenced.cpp index ae7a9a3ec..12e688a5c 100644 --- a/src/osg/Referenced.cpp +++ b/src/osg/Referenced.cpp @@ -228,6 +228,6 @@ void Referenced::deletUsingDeleteHandler() const getDeleteHandler()->requestDelete(this); } -}; // end of namespace osg +} // end of namespace osg #endif //OSG_JAVA_BUILD diff --git a/src/osg/dxtctool.cpp b/src/osg/dxtctool.cpp index 9bac81ebc..bdc28b960 100644 --- a/src/osg/dxtctool.cpp +++ b/src/osg/dxtctool.cpp @@ -157,4 +157,4 @@ void dxtc_pixels::VFlip_DXT5() const -}; // namespace dxtc_tool +} // namespace dxtc_tool