This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
AnimatedAppComponent: Added missing JUCE_API
v7.0.9
無常
Tom Poole
3 years ago
parent
0cd2b5c2d8
commit
6c415e16e1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
modules/juce_gui_extra/misc/juce_AnimatedAppComponent.h
+ 2
- 2
modules/juce_gui_extra/misc/juce_AnimatedAppComponent.h
View File
@@ -36,8 +36,8 @@ namespace juce
@tags{GUI}
*/
class AnimatedAppComponent : public Component,
private Timer
class
JUCE_API
AnimatedAppComponent : public Component,
private Timer
{
public:
AnimatedAppComponent();
Write
Preview
Loading…
Cancel
Save