summaryrefslogtreecommitdiff
path: root/exceptions.cpp
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-04-10 10:21:12 -0500
committerHombreLaser <sebastian-440@live.com>2022-04-10 10:21:12 -0500
commit531f8f2f1adc1c6777920f0a8c68caaee30b0fc4 (patch)
treec3d8ac22f3ecc118cd2b5056e7ac556371efaca7 /exceptions.cpp
parentae25e110ca9d65c4e2cfffef21abc16f26ac3739 (diff)
Corregidos errores de las expresiones.
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;
}