65f8b96e55
subdir since they are generated at build-time.
11 lines
410 B
Text
11 lines
410 B
Text
--- 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;
|