summaryrefslogtreecommitdiffstats
path: root/games/oonsoo
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2002-12-21 09:50:52 +0000
committeranholt <anholt@FreeBSD.org>2002-12-21 09:50:52 +0000
commit21607a1f8e07f7b2821faf9ebd25e6bdc5005230 (patch)
treea4b7faee7ac371137e7a1896c1c0ad37a15515f6 /games/oonsoo
parent6f06b9d8d472a9f2608de605a1578e3f9ffeca3e (diff)
downloadFreeBSD-ports-21607a1f8e07f7b2821faf9ebd25e6bdc5005230.zip
FreeBSD-ports-21607a1f8e07f7b2821faf9ebd25e6bdc5005230.tar.gz
Fix C++ for -current build.
Submitted by: bento
Diffstat (limited to 'games/oonsoo')
-rw-r--r--games/oonsoo/files/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/oonsoo/files/patch-ac b/games/oonsoo/files/patch-ac
new file mode 100644
index 0000000..44f0ad5
--- /dev/null
+++ b/games/oonsoo/files/patch-ac
@@ -0,0 +1,15 @@
+--- UI/BasicWidget.hxx.orig Sat Dec 21 01:48:54 2002
++++ UI/BasicWidget.hxx Sat Dec 21 01:48:57 2002
+@@ -54,10 +54,10 @@
+ int x, int y, int width, int height);
+
+ // UIApplication needs access to the handleEvent and findWidget methods
+- friend UIApplication;
++ friend class UIApplication;
+
+ // ContainerWidget needs access to the findWidget method
+- friend ContainerWidget;
++ friend class ContainerWidget;
+
+ // Called whenever an event arrives for me
+ virtual void handleEvent(XEvent* event);
OpenPOWER on IntegriCloud