summaryrefslogtreecommitdiff
path: root/muse2/muse/gconfig.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-10-11 11:11:08 +0000
committerFlorian Jung <flo@windfisch.org>2011-10-11 11:11:08 +0000
commit12a05293d545375bfc68665f047bb5838ac212ef (patch)
tree7c89d648418fd14bacf9cb5eb2ad441acd92e20a /muse2/muse/gconfig.h
parent62cbe31ce1e2252787556f4a00c003214ed83777 (diff)
moved GlobalConfigValues and MixerConfig from MusEGui into MusEGlobal
namespace
Diffstat (limited to 'muse2/muse/gconfig.h')
-rw-r--r--muse2/muse/gconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/muse2/muse/gconfig.h b/muse2/muse/gconfig.h
index df6739cf..d9038ea1 100644
--- a/muse2/muse/gconfig.h
+++ b/muse2/muse/gconfig.h
@@ -36,7 +36,7 @@ namespace MusECore {
class Xml;
}
-namespace MusEGui {
+namespace MusEGlobal {
//---------------------------------------------------------
// MixerConfig
@@ -166,10 +166,10 @@ struct GlobalConfigValues {
bool rangeMarkerWithoutMMB;
};
-} // namespace MusEGui
-namespace MusEGlobal {
-extern MusEGui::GlobalConfigValues config;
+
+
+extern GlobalConfigValues config;
} // namespace MusEGlobal
#endif