summaryrefslogtreecommitdiff
path: root/exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'exceptions.cpp')
-rw-r--r--exceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/exceptions.cpp b/exceptions.cpp
index 23ca88b..a497fea 100644
--- a/exceptions.cpp
+++ b/exceptions.cpp
@@ -3,6 +3,6 @@
using std::string;
-string Exception::showMsg(){
+string Exception::showMsg() const {
return error_msg;
}