summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk--/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-06-09 19:04:31 +0000
committermarcus <marcus@FreeBSD.org>2002-06-09 19:04:31 +0000
commit78f4367a16675bd2651259d4e24f23019d536a90 (patch)
tree72c8ea2e4d564fec48584d3e208a65900ed8a8dc /x11-toolkits/gtk--/files
parent65ddada6f19556bf3505c153765984df452688df (diff)
downloadFreeBSD-ports-78f4367a16675bd2651259d4e24f23019d536a90.zip
FreeBSD-ports-78f4367a16675bd2651259d4e24f23019d536a90.tar.gz
Fix a build problem on -CURRENT.
Submitted by: petef
Diffstat (limited to 'x11-toolkits/gtk--/files')
-rw-r--r--x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc b/x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc
new file mode 100644
index 0000000..e3523a0
--- /dev/null
+++ b/x11-toolkits/gtk--/files/patch-src::gtk--::editable.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
++++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
+@@ -5,7 +5,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;
OpenPOWER on IntegriCloud