From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 24 13:20:17 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EAED16A4CF for ; Thu, 24 Feb 2005 13:20:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D100243D58 for ; Thu, 24 Feb 2005 13:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1ODKGSx047415 for ; Thu, 24 Feb 2005 13:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1ODKGci047414; Thu, 24 Feb 2005 13:20:16 GMT (envelope-from gnats) Resent-Date: Thu, 24 Feb 2005 13:20:16 GMT Resent-Message-Id: <200502241320.j1ODKGci047414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD0F416A4CE for ; Thu, 24 Feb 2005 13:17:05 +0000 (GMT) Received: from skynet.stack.nl (skynet.stack.nl [131.155.140.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4985C43D2D for ; Thu, 24 Feb 2005 13:17:05 +0000 (GMT) (envelope-from johans@stack.nl) Received: by skynet.stack.nl (Postfix, from userid 65534) id 152D94081; Thu, 24 Feb 2005 14:17:29 +0100 (CET) Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498]) by skynet.stack.nl (Postfix) with ESMTP id BF5E73F71 for ; Thu, 24 Feb 2005 14:17:28 +0100 (CET) Received: by mud.stack.nl (Postfix, from userid 801) id B5097171F7; Thu, 24 Feb 2005 14:18:04 +0100 (CET) Message-Id: <20050224131804.B5097171F7@mud.stack.nl> Date: Thu, 24 Feb 2005 14:18:04 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78017: math/graphthing: fix for compilation on >= 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 13:20:17 -0000 >Number: 78017 >Category: ports >Synopsis: math/graphthing: fix for compilation on >= 5.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 24 13:20:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: New g++ won't allow pointers to protected functions. Fix: make the required function public. >How-To-Repeat: >Fix: Include extra files/patch-src_gui.h: --- src/gui.h.orig Thu Feb 24 14:11:10 2005 +++ src/gui.h Thu Feb 24 14:11:12 2005 @@ -140,7 +140,6 @@ public: class ParamDialog : public Gtk::Dialog { protected: - void ok_click (); virtual int delete_event_impl (GdkEventAny *ev); virtual void get_data () = 0; @@ -148,6 +147,7 @@ protected: public: bool cancelled; + void ok_click (); ParamDialog (const String &title = "Prefab Parameter"); }; >Release-Note: >Audit-Trail: >Unformatted: