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:
parent
da7d612591
commit
cd0683ef4d
32 changed files with 237 additions and 247 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue