a2de45a8df
set a base public, because gcc3 has more correct access restrictions. proper fix would probably be to make the array stuff friend (hard since those are template classe ?) or provide an explicit function to handle the cast. Well, simplest way to fix this...
13 lines
453 B
Plaintext
13 lines
453 B
Plaintext
$OpenBSD: patch-src_gnome--_app-helper_h,v 1.1 2004/01/05 01:49:17 espie Exp $
|
|
--- src/gnome--/app-helper.h.orig 2004-01-05 02:37:56.000000000 +0100
|
|
+++ src/gnome--/app-helper.h 2004-01-05 02:39:22.000000000 +0100
|
|
@@ -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 */
|