summaryrefslogtreecommitdiff
path: root/games/xword/files/patch-ErrorManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/xword/files/patch-ErrorManager.h')
-rw-r--r--games/xword/files/patch-ErrorManager.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xword/files/patch-ErrorManager.h b/games/xword/files/patch-ErrorManager.h
new file mode 100644
index 000000000000..0e4f95dc69f3
--- /dev/null
+++ b/games/xword/files/patch-ErrorManager.h
@@ -0,0 +1,11 @@
+--- src/ErrorManager.h.orig Sat Nov 2 02:37:03 2002
++++ src/ErrorManager.h Sat Nov 2 02:48:40 2002
+@@ -77,7 +77,7 @@
+ typedef ErrorManager EM;
+
+
+-class file_error : public runtime_error
++class file_error : public std::runtime_error
+ {
+ public:
+ file_error(const std::string& str);