diff options
Diffstat (limited to 'x11/gnome--/patches/patch-aa')
-rw-r--r-- | x11/gnome--/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome--/patches/patch-aa b/x11/gnome--/patches/patch-aa new file mode 100644 index 00000000000..bcb8037df91 --- /dev/null +++ b/x11/gnome--/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2003/09/12 16:19:53 drochner Exp $ + +--- src/gnome--/app-helper.h.orig 2003-09-12 17:14:03.000000000 +0200 ++++ src/gnome--/app-helper.h +@@ -40,7 +40,7 @@ class Icon; + template<class T_Info> + class Array; + +-class Info : protected GnomeUIInfo ++class Info : public GnomeUIInfo + { + /* Note when deriving this, you must not add any fields nor may you + add any virtuals */ |