summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/poslabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/poslabel.h')
-rw-r--r--muse2/muse/widgets/poslabel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/muse/widgets/poslabel.h b/muse2/muse/widgets/poslabel.h
index f458ec6c..38236ac7 100644
--- a/muse2/muse/widgets/poslabel.h
+++ b/muse2/muse/widgets/poslabel.h
@@ -25,6 +25,8 @@
#include <QLabel>
+namespace MusEWidget {
+
//---------------------------------------------------------
// PosLabel
//---------------------------------------------------------
@@ -56,6 +58,7 @@ class PosLabel : public QLabel {
bool smpte() const { return _smpte; }
};
+} // namespace MusEWidget
#endif