summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-02-20 17:19:43 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-02-20 17:19:43 -0500
commit47970b0cd13e4a77058eb53116a6486ba4fd920e (patch)
treeb8438369a82dcd820cfab26d6b040d592e62fdba /gtk2_ardour/audio_clock.h
parent54db84ffeee757ae46b61c2e519a26deb5f6f4df (diff)
user-friendly hack/heuristic: if they edit a BBT non-duration clock to say zero beats, act as if they had used 1
Diffstat (limited to 'gtk2_ardour/audio_clock.h')
-rw-r--r--gtk2_ardour/audio_clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h
index 6b9c61a7e8..5d8e58be6b 100644
--- a/gtk2_ardour/audio_clock.h
+++ b/gtk2_ardour/audio_clock.h
@@ -223,7 +223,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
samplepos_t get_sample_step (Field, samplepos_t pos = 0, int dir = 1);
bool timecode_validate_edit (const std::string&);
- bool bbt_validate_edit (const std::string&);
+ bool bbt_validate_edit (std::string&);
bool minsec_validate_edit (const std::string&);
samplepos_t samples_from_timecode_string (const std::string&) const;