diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-28 19:01:17 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-28 19:01:17 +0000 |
commit | 0f2064ac797ebc8696e576c0f1de0d08886072c9 (patch) | |
tree | fcddba6365a776dd7a4e5aafa64f8524eb320d7f /devel/glui/files/patch-glui.h | |
parent | Define HAVE_MEMCPY and unbreak. (diff) |
Fix Build on -CURRENT
PR: 43717
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes
Notes:
svn path=/head/; revision=71220
Diffstat (limited to 'devel/glui/files/patch-glui.h')
-rw-r--r-- | devel/glui/files/patch-glui.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/glui/files/patch-glui.h b/devel/glui/files/patch-glui.h new file mode 100644 index 000000000000..1da2487ff943 --- /dev/null +++ b/devel/glui/files/patch-glui.h @@ -0,0 +1,30 @@ +--- glui.h.orig Sat Oct 5 12:33:27 2002
++++ glui.h Sat Oct 5 12:34:09 2002
+@@ -295,8 +295,8 @@
+ parent_node= child_head = child_tail = next_sibling = prev_sibling = NULL;
+ };
+
+- friend GLUI_Rollout;
+- friend GLUI_Main;
++ friend class GLUI_Rollout;
++ friend class GLUI_Main;
+ };
+
+
+@@ -559,11 +559,11 @@
+
+ /********** Friend classes *************/
+
+- friend GLUI_Control;
+- friend GLUI_Rotation;
+- friend GLUI_Translation;
+- friend GLUI;
+- friend GLUI_Master_Object;
++ friend class GLUI_Control;
++ friend class GLUI_Rotation;
++ friend class GLUI_Translation;
++ friend class GLUI;
++ friend class GLUI_Master_Object;
+
+
+ /********** Misc functions *************/
|