mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +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
|
|
@ -240,7 +240,7 @@ int TableHeaderComponent::getColumnIdOfIndex (int index, const bool onlyCountVis
|
|||
return (ci != nullptr) ? ci->id : 0;
|
||||
}
|
||||
|
||||
const Rectangle<int> TableHeaderComponent::getColumnPosition (const int index) const
|
||||
Rectangle<int> TableHeaderComponent::getColumnPosition (const int index) const
|
||||
{
|
||||
int x = 0, width = 0, n = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue