Line 0
Link Here
|
|
|
1 |
--- glui.h.orig Sat Oct 5 12:33:27 2002 |
2 |
+++ glui.h Sat Oct 5 12:34:09 2002 |
3 |
@@ -295,8 +295,8 @@ |
4 |
parent_node= child_head = child_tail = next_sibling = prev_sibling = NULL; |
5 |
}; |
6 |
|
7 |
- friend GLUI_Rollout; |
8 |
- friend GLUI_Main; |
9 |
+ friend class GLUI_Rollout; |
10 |
+ friend class GLUI_Main; |
11 |
}; |
12 |
|
13 |
|
14 |
@@ -559,11 +559,11 @@ |
15 |
|
16 |
/********** Friend classes *************/ |
17 |
|
18 |
- friend GLUI_Control; |
19 |
- friend GLUI_Rotation; |
20 |
- friend GLUI_Translation; |
21 |
- friend GLUI; |
22 |
- friend GLUI_Master_Object; |
23 |
+ friend class GLUI_Control; |
24 |
+ friend class GLUI_Rotation; |
25 |
+ friend class GLUI_Translation; |
26 |
+ friend class GLUI; |
27 |
+ friend class GLUI_Master_Object; |
28 |
|
29 |
|
30 |
/********** Misc functions *************/ |