summaryrefslogtreecommitdiff
path: root/muse2/muse/xml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/xml.cpp')
-rw-r--r--muse2/muse/xml.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/xml.cpp b/muse2/muse/xml.cpp
index 0487dda5..139437c1 100644
--- a/muse2/muse/xml.cpp
+++ b/muse2/muse/xml.cpp
@@ -31,6 +31,8 @@
#include "xml.h"
+namespace MusECore {
+
//---------------------------------------------------------
// Note:
// this code is a Q/D hack for reading/parsing and
@@ -747,3 +749,5 @@ void Xml::dump(QString &dump)
dump.append(lbuffer);
fsetpos(f, &pos);
}
+
+} // namespace MusECore