summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-01-27 03:05:32 +1100
committernick_m <mainsbridge@gmail.com>2017-01-27 03:05:32 +1100
commit7b9784fff4e36eb541e1423013590bc31bde69d5 (patch)
treef83e61cbdc16bee15e640b512997ca406b95903a /gtk2_ardour/editor.h
parent666ed3a0bd31551dc9f07247d0c5d9db494188f1 (diff)
mark session dirty when dragging tempo markers.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 2d7262ad6e..c2a2566873 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1729,7 +1729,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void compute_current_bbt_points (std::vector<ARDOUR::TempoMap::BBTPoint>& grid, framepos_t left, framepos_t right);
void tempo_map_changed (const PBD::PropertyChange&);
- void marker_position_changed ();
+ void tempometric_position_changed (const PBD::PropertyChange&);
void redisplay_tempo (bool immediate_redraw);
uint32_t bbt_beat_subdivision;