summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/comment.h')
-rw-r--r--muse2/muse/widgets/comment.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/widgets/comment.h b/muse2/muse/widgets/comment.h
index 688d7b2f..0dbd953b 100644
--- a/muse2/muse/widgets/comment.h
+++ b/muse2/muse/widgets/comment.h
@@ -36,8 +36,10 @@ class Comment : public QWidget, public Ui::CommentBase {
//---------------------------------------------------------
class TrackComment : public Comment {
- Track* track;
Q_OBJECT
+
+ Track* track;
+
private:
virtual void setText(const QString& s);