summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-src-pfs-pfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pfstools/files/patch-src-pfs-pfs.h')
-rw-r--r--graphics/pfstools/files/patch-src-pfs-pfs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/pfstools/files/patch-src-pfs-pfs.h b/graphics/pfstools/files/patch-src-pfs-pfs.h
index 4a40523f84be..2003c7ad0c51 100644
--- a/graphics/pfstools/files/patch-src-pfs-pfs.h
+++ b/graphics/pfstools/files/patch-src-pfs-pfs.h
@@ -43,3 +43,12 @@
}
~Exception() {};
+@@ -590,7 +596,7 @@ namespace pfs
+ *
+ * @return text description of the cause for the exception
+ */
+- const char* getMessage()
++ const char* getMessage() const
+ {
+ return msg;
+ }