summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/poslabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/poslabel.cpp')
-rw-r--r--muse2/muse/widgets/poslabel.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/muse2/muse/widgets/poslabel.cpp b/muse2/muse/widgets/poslabel.cpp
index feb1486b..4ab7724c 100644
--- a/muse2/muse/widgets/poslabel.cpp
+++ b/muse2/muse/widgets/poslabel.cpp
@@ -13,7 +13,8 @@
#include <QLabel>
#include "poslabel.h"
-#include "sig.h"
+///#include "sig.h"
+#include "al/sig.h"
#include "tempo.h"
#include "globals.h"
@@ -89,7 +90,7 @@ void PosLabel::updateValue()
else {
int bar, beat;
unsigned tick;
- sigmap.tickValues(_tickValue, &bar, &beat, &tick);
+ AL::sigmap.tickValues(_tickValue, &bar, &beat, &tick);
//s.sprintf("%04d.%02d.%03ud", bar+1, beat+1, tick);
s.sprintf("%04d.%02d.%03u", bar+1, beat+1, tick);
}