Date: Tue, 29 Oct 2002 16:57:11 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: ports@freebsd.org Cc: marcus@freebsd.org, mvh@ix.netcom.com Subject: bad patch in x11-toolkits/gnome-- Message-ID: <Pine.BSF.4.21.0210291654000.30504-100000@InterJet.elischer.org>
next in thread | raw e-mail | index | archive | help
the folowing patch: --- src/procbar.gen_h.orig Tue Apr 30 15:52:13 2002 +++ src/procbar.gen_h Tue Apr 30 15:52:25 2002 @@ -42,7 +42,7 @@ ProcBar(const Gtk::Label &label, const vector<Gdk_Color*> &colors, - gint (*cb)()); + gint (*cb)(void *)); void set_values (const vector<unsigned> &values); @@ -72,7 +72,7 @@ ProcBar::ProcBar(const Gtk::Label &label, const vector<Gdk_Color*> &colors, - gint (*cb)()) + gint (*cb)(void *)) : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))), colors_(0) { seems to only compile if the added (void *) is changed to (void) don't know if this is right. julian (please pass to a gnome person) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0210291654000.30504-100000>