aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/exception.cpp')
-rw-r--r--yage/core/exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/exception.cpp b/yage/core/exception.cpp
index 6001213c..82bbe6c3 100644
--- a/yage/core/exception.cpp
+++ b/yage/core/exception.cpp
@@ -22,7 +22,7 @@ FileLoadException::FileLoadException(std::string err)
err_msg = msg.str();
}
-const char *FileLoadException::what() const throw()
+char const *FileLoadException::what() const throw()
{
return err_msg.c_str();
}