summaryrefslogtreecommitdiffstats
path: root/games/oonsoo/files/patch-UI_BasicWidget.hxx
blob: 44f0ad5df2e5b56be43f5dbdfd765ff9a980fbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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