summaryrefslogtreecommitdiffstats
path: root/include/raul/Exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Exception.hpp')
-rw-r--r--include/raul/Exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/raul/Exception.hpp b/include/raul/Exception.hpp
index 74f694a..595e101 100644
--- a/include/raul/Exception.hpp
+++ b/include/raul/Exception.hpp
@@ -30,7 +30,7 @@ protected:
{}
private:
- const std::string _what;
+ std::string _what;
};
} // namespace raul