aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/base_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/base_exception.hpp')
-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 44f3c2b7..08e4b371 100644
--- a/src/utils/base_exception.hpp
+++ b/src/utils/base_exception.hpp
@@ -38,7 +38,7 @@ namespace usdx
std::string message;
protected:
- BaseException(std::string message);
+ BaseException(const std::string& message);
public:
~BaseException() throw ();