Draw Plugin DSP load bargraph
[ardour.git] / gtk2_ardour / option_editor.cc
index e639dd3a1414c4a8dbff5b06a7a457cd4b3d8c38..97912eab4cb2bddb506f6fabd8d9530ca9d5c43c 100644 (file)
@@ -574,7 +574,7 @@ void
 ClockOption::set_state_from_config ()
 {
        Timecode::Time TC;
-       framepos_t when;
+       samplepos_t when;
        if (!Timecode::parse_timecode_format(_get(), TC)) {
                _clock.set (0, true);
        }