summaryrefslogtreecommitdiff
path: root/src/Fl_Input_.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-12-07 22:04:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-12-07 22:04:55 +0000
commit5bc48808b6aed5469c3e62e1402e10c797a5d02a (patch)
treee8e5909aab83b58dd498df789d113d05730b02ae /src/Fl_Input_.cxx
parent43f16de4dea0ca3589fe2088f1aa9ca2edd1b354 (diff)
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
Diffstat (limited to 'src/Fl_Input_.cxx')
-rw-r--r--src/Fl_Input_.cxx2
1 files changed, 1 insertions, 1 deletions
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);