diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-08-30 12:01:32 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-08-30 12:02:16 +0200 |
| commit | d4b210a7639ae4ba400156d56968b4bcf4a10bdd (patch) | |
| tree | e358828dadb675208de268a4473587febd460544 /FL/Fl_Input_.H | |
| parent | 6d78015071ecd755e027a3edc4a890d432a57c9d (diff) | |
Remove unused declaration of Fl_Char
Diffstat (limited to 'FL/Fl_Input_.H')
| -rw-r--r-- | FL/Fl_Input_.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Input_.H b/FL/Fl_Input_.H index 315f24a68..254730c1b 100644 --- a/FL/Fl_Input_.H +++ b/FL/Fl_Input_.H @@ -242,8 +242,8 @@ public: */ const char* value() const {return value_;} - /* Returns the character at index \p i. */ - Fl_Char index(int i) const; + /* Returns the Unicode character at index \p i. */ + unsigned int index(int i) const; /** Returns the number of bytes in value(). |
