diff --git a/include/osg/Drawable b/include/osg/Drawable index b127d2629..8a603d9f4 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -827,7 +827,7 @@ inline void Drawable::draw(State& state) const _drawCallback->drawImplementation(state,this); else drawImplementation(state); -}; +} } diff --git a/include/osg/Vec3s b/include/osg/Vec3s index 80a527ed3..dd4b9471c 100644 --- a/include/osg/Vec3s +++ b/include/osg/Vec3s @@ -113,6 +113,6 @@ class Vec3s } }; -}; +} #endif diff --git a/include/osg/Vec4s b/include/osg/Vec4s index ca173181c..7e12999b5 100644 --- a/include/osg/Vec4s +++ b/include/osg/Vec4s @@ -119,6 +119,6 @@ class Vec4s } }; -}; +} #endif