diff --git a/graphics/tinygl/zblit.cpp b/graphics/tinygl/zblit.cpp index f8f44c2ef59..8db4747926c 100644 --- a/graphics/tinygl/zblit.cpp +++ b/graphics/tinygl/zblit.cpp @@ -273,7 +273,7 @@ private: int _refcount; }; -}; // end of namespace TinyGL +} // end of namespace TinyGL void tglGetBlitImageSize(TinyGL::BlitImage *blitImage, int &width, int &height) {