diff options
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/gnome--/files/patch-src::gnome--::clock.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/gnome--/files/patch-src::gnome--::clock.cc b/x11-toolkits/gnome--/files/patch-src::gnome--::clock.cc new file mode 100644 index 000000000000..89528908eaf3 --- /dev/null +++ b/x11-toolkits/gnome--/files/patch-src::gnome--::clock.cc @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/gnome--/clock.cc 2002/07/16 10:27:15 1.1 ++++ src/gnome--/clock.cc 2002/07/16 10:27:28 +@@ -5,7 +5,7 @@ + #include <gnome--/private/clock_p.h> + #include <gnome--/construct_copies.h> + +-Gtk::Clock::Clock(Type type = REALTIME) ++Gtk::Clock::Clock(Type type) + : Gtk::Label(GTK_LABEL(gtk_object_new(get_type(),0))) + { + initialize_class(); |