1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-toolkits/gnome--/files/patch-src_procbar.gen_h
Joe Marcus Clarke 653440227a Fix a build problem in -stable.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2002-05-01 05:44:55 +00:00

21 lines
524 B
Plaintext

--- 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)
{