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

@ -140,7 +140,7 @@ public:
If the specified component isn't currently being animated, this method will just
return its current position.
*/
const Rectangle<int> getComponentDestination (Component* component);
Rectangle<int> getComponentDestination (Component* component);
/** Returns true if the specified component is currently being animated. */
bool isAnimating (Component* component) const noexcept;