summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/metronome.cpp
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2011-09-09 03:49:53 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2011-09-09 03:49:53 +0000
commitad72332d2cbd0d22e5d49d9fd60c985e563b17d0 (patch)
tree11f22bb42664eb9e8aa2527ec175d20dd09a0390 /muse2/muse/widgets/metronome.cpp
parentd3e8a1b4c98cb3ba8b73f367ea88ad23f8dbca66 (diff)
namespace work (part deux)
Diffstat (limited to 'muse2/muse/widgets/metronome.cpp')
-rw-r--r--muse2/muse/widgets/metronome.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/muse/widgets/metronome.cpp b/muse2/muse/widgets/metronome.cpp
index 4bb58160..e639df81 100644
--- a/muse2/muse/widgets/metronome.cpp
+++ b/muse2/muse/widgets/metronome.cpp
@@ -30,6 +30,8 @@
#include "track.h"
#include "audio.h"
+namespace MusEWidget {
+
//---------------------------------------------------------
// MetronomeConfig
//---------------------------------------------------------
@@ -196,3 +198,6 @@ void MetronomeConfig::beepVolumeChanged(int volume)
// this value is directly applied, not using th Apply button, it just seems more usable this way.
MusEGlobal::audioClickVolume=volume/100.0;
}
+
+} // namespace MusEWidget
+