1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/oonsoo/files/patch-ac
Eric Anholt 716c079dd3 Fix C++ for -current build.
Submitted by:	bento
2002-12-21 09:50:52 +00:00

16 lines
531 B
Plaintext

--- 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);