summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationStaff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationStaff.h')
-rw-r--r--src/gui/editors/notation/NotationStaff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotationStaff.h b/src/gui/editors/notation/NotationStaff.h
index bb056c0..783e3db 100644
--- a/src/gui/editors/notation/NotationStaff.h
+++ b/src/gui/editors/notation/NotationStaff.h
@@ -473,8 +473,8 @@ protected:
TQPainter *m_printPainter;
- enum BartqStatus { UnRendered = 0, Rendered, Positioned };
- typedef std::map<int, BartqStatus> BarStatusMap;
+ enum BarStatus { UnRendered = 0, Rendered, Positioned };
+ typedef std::map<int, BarStatus> BarStatusMap;
BarStatusMap m_status;
std::pair<int, int> m_lastRenderCheck;
bool m_ready;