mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AnimatedAppComponent: Added missing JUCE_API
This commit is contained in:
parent
0cd2b5c2d8
commit
6c415e16e1
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ namespace juce
|
|||
|
||||
@tags{GUI}
|
||||
*/
|
||||
class AnimatedAppComponent : public Component,
|
||||
class JUCE_API AnimatedAppComponent : public Component,
|
||||
private Timer
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue