summaryrefslogtreecommitdiffstats
path: root/engine/include/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/exception.hpp')
-rw-r--r--engine/include/exception.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/include/exception.hpp b/engine/include/exception.hpp
index 6f578e8..5648df8 100644
--- a/engine/include/exception.hpp
+++ b/engine/include/exception.hpp
@@ -7,7 +7,8 @@ namespace flat {
class FlatException : public std::exception
{
- const char * error;
+private:
+ const char * m_error;
protected: