summaryrefslogtreecommitdiff
path: root/muse2/muse/mplugins/rhythm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/mplugins/rhythm.cpp')
-rw-r--r--muse2/muse/mplugins/rhythm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/mplugins/rhythm.cpp b/muse2/muse/mplugins/rhythm.cpp
index 78dfeee5..7c51227c 100644
--- a/muse2/muse/mplugins/rhythm.cpp
+++ b/muse2/muse/mplugins/rhythm.cpp
@@ -29,6 +29,8 @@
#include "rhythm.h"
+namespace MusEGui {
+
//---------------------------------------------------------
// RhythmGen
//---------------------------------------------------------
@@ -525,5 +527,7 @@ RhythmGenerator::~RhythmGenerator()
{
// no need to delete child widgets, Qt does it all for us
}
+
#endif
+} // namespace MusEGui