aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/base_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/utils/base_exception.hpp2
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