Mercurial > hg > svgui
diff view/Overview.cpp @ 1481:e540aa5d89cd by-id
Update for removal of (public) getId from Model
author | Chris Cannam |
---|---|
date | Fri, 05 Jul 2019 15:34:50 +0100 |
parents | 84c4ddb38415 |
children | a0b2f3b4dd2f |
line wrap: on
line diff
--- a/view/Overview.cpp Thu Jul 04 18:04:44 2019 +0100 +++ b/view/Overview.cpp Fri Jul 05 15:34:50 2019 +0100 @@ -42,7 +42,7 @@ } void -Overview::modelChangedWithin(sv_frame_t startFrame, sv_frame_t endFrame) +Overview::modelChangedWithin(ModelId modelId, sv_frame_t startFrame, sv_frame_t endFrame) { using namespace std::rel_ops; @@ -70,7 +70,7 @@ } } - View::modelChangedWithin(startFrame, endFrame); + View::modelChangedWithin(modelId, startFrame, endFrame); } void