1
0
Fork 0
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:
無常 2022-10-13 16:57:20 +08:00 committed by Tom Poole
parent 0cd2b5c2d8
commit 6c415e16e1

View file

@ -36,7 +36,7 @@ namespace juce
@tags{GUI}
*/
class AnimatedAppComponent : public Component,
class JUCE_API AnimatedAppComponent : public Component,
private Timer
{
public: