diff options
Diffstat (limited to 'src/utils/base_exception.hpp')
-rw-r--r-- | src/utils/base_exception.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/base_exception.hpp b/src/utils/base_exception.hpp index 8933c1a2..a1ebd444 100644 --- a/src/utils/base_exception.hpp +++ b/src/utils/base_exception.hpp @@ -42,6 +42,6 @@ namespace usdx ~BaseException() throw (); virtual const char* what() const throw(); }; -}; +} #endif |