regen patches.

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...
This commit is contained in:
espie 2004-01-05 01:49:16 +00:00
parent 2946b8af0e
commit a2de45a8df
3 changed files with 20 additions and 8 deletions

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2001/11/01 13:31:13 wilfried Exp $
--- src/Makefile.in.orig Sun Aug 5 12:04:51 2001
+++ src/Makefile.in Sat Oct 27 13:28:42 2001
@@ -336,16 +336,16 @@ maintainer-clean-generic clean mostlycle
$OpenBSD: patch-src_Makefile_in,v 1.2 2004/01/05 01:49:16 espie Exp $
--- src/Makefile.in.orig 2002-07-23 14:29:46.000000000 +0200
+++ src/Makefile.in 2004-01-05 02:22:26.000000000 +0100
@@ -340,16 +340,16 @@ maintainer-clean-generic clean mostlycle
install-data-hook:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_gnome--_Makefile_in,v 1.1.1.1 2001/11/01 13:31:13 wilfried Exp $
--- src/gnome--/Makefile.in.orig Sun Aug 5 12:04:53 2001
+++ src/gnome--/Makefile.in Sat Oct 27 14:08:03 2001
@@ -150,7 +150,7 @@ gnomemm_DATA = $(gnomemmh) imlib.h app-h
$OpenBSD: patch-src_gnome--_Makefile_in,v 1.2 2004/01/05 01:49:17 espie Exp $
--- src/gnome--/Makefile.in.orig 2002-07-23 14:29:48.000000000 +0200
+++ src/gnome--/Makefile.in 2004-01-05 02:22:26.000000000 +0100
@@ -165,7 +165,7 @@ gnomemm_DATA = $(gnomemmh) imlib.h app-h
# This builds the library
libgnomemm_la_SOURCES = $(gnomemmc) app-helper.cc app-callback.cc point.cc affinetrans.cc construct_copies.cc

View File

@ -0,0 +1,12 @@
$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 */