Fix a build problem in -stable.
Reported by: Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
parent
3e37ff826c
commit
653440227a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58397
1 changed files with 20 additions and 0 deletions
20
x11-toolkits/gnome--/files/patch-src_procbar.gen_h
Normal file
20
x11-toolkits/gnome--/files/patch-src_procbar.gen_h
Normal file
|
@ -0,0 +1,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)
|
||||
{
|
Loading…
Reference in a new issue