aboutsummaryrefslogtreecommitdiff
path: root/games/groundhog/files/patch-src__pocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/groundhog/files/patch-src__pocket.h')
-rw-r--r--games/groundhog/files/patch-src__pocket.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/groundhog/files/patch-src__pocket.h b/games/groundhog/files/patch-src__pocket.h
new file mode 100644
index 000000000000..d57e15350b4a
--- /dev/null
+++ b/games/groundhog/files/patch-src__pocket.h
@@ -0,0 +1,19 @@
+--- src/pocket.h.orig Sun Oct 30 00:51:58 2005
++++ src/pocket.h Sun Oct 30 00:52:09 2005
+@@ -20,6 +20,7 @@
+ #define _POCKET_H_
+
+ #include <list>
++using namespace std;
+
+ #include <gtk/gtk.h>
+
+@@ -54,7 +55,7 @@
+ };
+
+ class SetOffPockets {
+- std::list<Pocket*> _set;
++ list<Pocket*> _set;
+ public:
+ SetOffPockets() {}
+ void Add(Pocket* pocket) {_set.push_back(pocket);}