summaryrefslogtreecommitdiff
path: root/muse2/muse/pos.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/pos.h')
-rw-r--r--muse2/muse/pos.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/muse2/muse/pos.h b/muse2/muse/pos.h
index a6f8513d..78013dee 100644
--- a/muse2/muse/pos.h
+++ b/muse2/muse/pos.h
@@ -24,9 +24,12 @@
#ifndef __POS_H__
#define __POS_H__
-class Xml;
class QString;
+namespace MusECore {
+
+class Xml;
+
//---------------------------------------------------------
// Pos
// depending on type _tick or _frame is a cached
@@ -111,4 +114,6 @@ class PosLen : public Pos {
void setPos(const Pos&);
};
+} // namespace MusECore
+
#endif