summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnome--/files/patch-src_procbar.gen_h
blob: 033856c4b0f1977974364a1224851247a23e7c93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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)
 {