pkgsrc/x11/gnome--/patches/patch-aa
drochner 9e75c1c1f6 update to 1.2.4
didn't find a useful changelog, assuming a bugfix release;
add a patch to make it compile with g++3
2003-09-12 16:19:50 +00:00

13 lines
398 B
Text

$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 */