diff options
Diffstat (limited to 'include/io_error.h')
| -rw-r--r-- | include/io_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io_error.h b/include/io_error.h index a2a78d61..b0bc75e7 100644 --- a/include/io_error.h +++ b/include/io_error.h @@ -52,7 +52,7 @@ class CS; struct INTERFACE Exception_CS :public Exception { std::string _cmd; size_t _cursor; - const std::string message()const; + const std::string message() const override; //Exception_CS(const std::string& Message, const CS& cmd, size_t cursor); Exception_CS(const std::string& Message, const CS& cmd); }; |
