mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
Tidied up a few return types.
This commit is contained in:
parent
da7d612591
commit
cd0683ef4d
32 changed files with 237 additions and 247 deletions
|
|
@ -1480,7 +1480,7 @@ void TextEditor::setBorder (const BorderSize<int>& border)
|
|||
resized();
|
||||
}
|
||||
|
||||
const BorderSize<int> TextEditor::getBorder() const
|
||||
BorderSize<int> TextEditor::getBorder() const
|
||||
{
|
||||
return borderSize;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue