Mercurial > hg > tony
diff src/Analyser.h @ 576:335fd9b439a0
Fix failure to use the FlexiNoteLayer for the note layer
author | Chris Cannam |
---|---|
date | Thu, 18 Jul 2019 14:43:41 +0100 |
parents | 3f0b44418a19 |
children |
line wrap: on
line diff
--- a/src/Analyser.h Thu Jul 18 13:38:24 2019 +0100 +++ b/src/Analyser.h Thu Jul 18 14:43:41 2019 +0100 @@ -224,7 +224,7 @@ protected slots: void layerAboutToBeDeleted(Layer *); - void layerCompletionChanged(); + void layerCompletionChanged(ModelId); void reAnalyseRegion(sv_frame_t, sv_frame_t, float, float); void materialiseReAnalysis();