1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused.

This commit is contained in:
Julian Storer 2010-03-22 17:25:45 +00:00
parent 7bc8db2ff4
commit 49320b25d2
20 changed files with 375 additions and 114 deletions

View file

@ -110,7 +110,7 @@ public:
Obviously the reference returned shouldn't be stored for later use, as the
string it refers to may disappear when the array changes.
*/
const String& operator[] (const int index) const throw();
const String& operator[] (int index) const throw();
/** Searches for a string in the array.