summaryrefslogtreecommitdiff
path: root/muse2/muse/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/xml.h')
-rw-r--r--muse2/muse/xml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/muse/xml.h b/muse2/muse/xml.h
index 2d2b2ee1..0c61bf08 100644
--- a/muse2/muse/xml.h
+++ b/muse2/muse/xml.h
@@ -32,6 +32,8 @@ class QColor;
class QRect;
class QWidget;
+namespace MusECore {
+
//---------------------------------------------------------
// Xml
// very simple XML-like parser
@@ -107,5 +109,8 @@ class Xml {
};
extern QRect readGeometry(Xml&, const QString&);
+
+} // namespace MusECore
+
#endif