]> git.pld-linux.org Git - packages/libgnomeuimm.git/commitdiff
- gcc-3.3 related fix
authorgrzegol <grzegol@pld-linux.org>
Sun, 24 Aug 2003 16:37:20 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgnomeuimm-gcc33.patch -> 1.1

libgnomeuimm-gcc33.patch [new file with mode: 0644]

diff --git a/libgnomeuimm-gcc33.patch b/libgnomeuimm-gcc33.patch
new file mode 100644 (file)
index 0000000..767e95b
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN aaa/libgnomeuimm-1.3.17/libgnomeui/libgnomeuimm/app-helper.h libgnomeuimm-1.3.17/libgnomeui/libgnomeuimm/app-helper.h
+--- aaa/libgnomeuimm-1.3.17/libgnomeui/libgnomeuimm/app-helper.h       2003-01-28 19:35:35.000000000 +0100
++++ libgnomeuimm-1.3.17/libgnomeui/libgnomeuimm/app-helper.h   2003-08-24 18:17:23.000000000 +0200
+@@ -53,7 +53,7 @@
+ /*** Derived GnomeUIInfo
+  * Note: When deriving this, you must not add any fields or add any virtuals
+  */
+-class Info : protected GnomeUIInfo
++class Info : public GnomeUIInfo
+ {
+   friend class InfoData;
+   friend class Array<Info>;
This page took 0.044753 seconds and 4 git commands to generate.