1
0
Fork 0
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:
jules 2011-12-11 21:25:53 +00:00
parent da7d612591
commit cd0683ef4d
32 changed files with 237 additions and 247 deletions

View file

@ -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;
}