diff options
Diffstat (limited to 'sigmodr/tree/SoundModel.h')
-rw-r--r-- | sigmodr/tree/SoundModel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sigmodr/tree/SoundModel.h b/sigmodr/tree/SoundModel.h index 57072aa3..f3a8ce7e 100644 --- a/sigmodr/tree/SoundModel.h +++ b/sigmodr/tree/SoundModel.h @@ -29,7 +29,9 @@ class Sound; namespace Sigmodr { -class SoundModel : public ObjectModel +namespace Tree +{ +class SIGMODRTREE_IMPORT SoundModel : public ObjectModel { Q_OBJECT @@ -42,5 +44,6 @@ class SoundModel : public ObjectModel void deleteSelf(); }; } +} #endif |