freebsd-ports/x11-toolkits/libgnomeuimm26/files/patch-libgnome::libgnomeuimm::app-helper.h
Joe Marcus Clarke c251c019d9 Fix build with GCC 3.3.1. Bump PORTREVISION since the header change will
affect dependent ports.

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-07-23 03:53:37 +00:00

11 lines
391 B
C

--- libgnomeui/libgnomeuimm/app-helper.h.orig Wed Jul 23 11:41:05 2003
+++ libgnomeui/libgnomeuimm/app-helper.h Wed Jul 23 11:41:37 2003
@@ -53,7 +53,7 @@
/*** Derived GnomeUIInfo
* Note: When deriving this, you must not add any fields or add any virtuals
*/
-class Info : protected GnomeUIInfo
+class Info : public GnomeUIInfo
{
friend class InfoData;
friend class Array<Info>;