diff options
-rw-r--r-- | dep/g3dlite/include/G3D/debugAssert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/g3dlite/include/G3D/debugAssert.h b/dep/g3dlite/include/G3D/debugAssert.h index 51b16ebbe17..edff671061d 100644 --- a/dep/g3dlite/include/G3D/debugAssert.h +++ b/dep/g3dlite/include/G3D/debugAssert.h @@ -228,6 +228,6 @@ void _releaseInputGrab_(); @internal*/ void _restoreInputGrab_(); -} } // namespace +}; }; // namespace #endif |