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

View file

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