mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Some light modernisation of a bunch of old code
This commit is contained in:
parent
bffc53b336
commit
3d7c777238
39 changed files with 492 additions and 635 deletions
|
|
@ -62,7 +62,7 @@ public:
|
|||
/** Sets a number of temporarily underlined sections.
|
||||
This is needed by MS Windows input method UI.
|
||||
*/
|
||||
virtual void setTemporaryUnderlining (const Array <Range<int> >& underlinedRegions) = 0;
|
||||
virtual void setTemporaryUnderlining (const Array<Range<int>>& underlinedRegions) = 0;
|
||||
|
||||
/** Returns a specified sub-section of the text. */
|
||||
virtual String getTextInRange (const Range<int>& range) const = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue