From 5bc48808b6aed5469c3e62e1402e10c797a5d02a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 7 Dec 2009 22:04:55 +0000 Subject: Removed typedef that simply renamed char* to Fl_String, as discussed in the mailing list. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6955 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Input_.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Input_.cxx') diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 41881c3ca..67b9fe709 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1247,7 +1247,7 @@ int Fl_Input_::linesPerPage() { \param [in] i index into the value field \return the character at index \p i */ -Fl_Char Fl_Input_::index(int i) const +unsigned int Fl_Input_::index(int i) const { int len = 0; return fl_utf8decode(value_+i, value_+size_, &len); -- cgit v1.2.3