aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/base_exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/utils/base_exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/base_exception.cpp b/src/utils/base_exception.cpp
index 57a96a71..c3020c29 100644
--- a/src/utils/base_exception.cpp
+++ b/src/utils/base_exception.cpp
@@ -39,4 +39,4 @@ namespace usdx
return message.c_str();
}
-};
+}