1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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

@ -36,8 +36,8 @@ namespace TabbedComponentHelpers
delete comp;
}
const Rectangle<int> getTabArea (Rectangle<int>& content, BorderSize<int>& outline,
const TabbedButtonBar::Orientation orientation, const int tabDepth)
Rectangle<int> getTabArea (Rectangle<int>& content, BorderSize<int>& outline,
const TabbedButtonBar::Orientation orientation, const int tabDepth)
{
switch (orientation)
{