From 93a425cafb007c3caa226733d8f0c169400dc5bb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 1 May 2006 16:05:16 +0000 Subject: [PATCH] From Eric Wing, removed trailing semi colonds from namespace end bracket. --- include/osg/Drawable | 2 +- include/osg/Vec3s | 2 +- include/osg/Vec4s | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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