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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue