aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/exception.h')
-rw-r--r--yage/core/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/exception.h b/yage/core/exception.h
index 70042e02..0c53aba3 100644
--- a/yage/core/exception.h
+++ b/yage/core/exception.h
@@ -20,7 +20,7 @@ class FileLoadException : public std::runtime_error
public:
FileLoadException(std::string err);
- virtual const char *what() const throw();
+ virtual char const *what() const throw();
private:
std::string err_msg;