summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmm12/files/patch-src::editable.gen_h')
-rw-r--r--x11-toolkits/gtkmm12/files/patch-src::editable.gen_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h b/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h
new file mode 100644
index 000000000..234dc91f8
--- /dev/null
+++ b/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h
@@ -0,0 +1,11 @@
+--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
++++ src/editable.gen_h Mon Jun 10 21:40:56 2002
+@@ -147,7 +147,7 @@
+ namespace Gtk
+ {
+
+- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
++ string Editable::get_chars (int start_pos, int end_pos) const
+ {
+ gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
+ string ret_val = chars;