9e75c1c1f6
didn't find a useful changelog, assuming a bugfix release; add a patch to make it compile with g++3
13 lines
398 B
Text
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 */
|