aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeuimm/files/patch-libgnome::libgnomeuimm::app-helper.h
blob: b475c40cfe5ee05cebe097e81a850c2c27917ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgnomeui/libgnomeuimm/app-helper.h.orig   Wed Jul 23 11:41:05 2003
+++ libgnomeui/libgnomeuimm/app-helper.h    Wed Jul 23 11:41:37 2003
@@ -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>;