diff options
Diffstat (limited to 'muse2/muse/widgets/songpos_toolbar.h')
-rw-r--r-- | muse2/muse/widgets/songpos_toolbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/widgets/songpos_toolbar.h b/muse2/muse/widgets/songpos_toolbar.h index 063b2ffd..02f0501c 100644 --- a/muse2/muse/widgets/songpos_toolbar.h +++ b/muse2/muse/widgets/songpos_toolbar.h @@ -23,6 +23,7 @@ #ifndef __SONGPOS_TOOLBAR_H__ #define __SONGPOS_TOOLBAR_H__ +#include "type_defs.h" #include "mtscale.h" namespace MusEGui @@ -43,7 +44,7 @@ namespace MusEGui virtual void resizeEvent(QResizeEvent*); private slots: - void song_changed(int); + void song_changed(MusECore::SongChangedFlags_t); }; } |