mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix some trivial compiler warnings and add editor_imageframe.cc to gtk2_ardour/wscript
git-svn-id: svn://localhost/ardour2/branches/3.0@5716 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
adeef356b2
commit
1928f286e9
6 changed files with 8 additions and 6 deletions
|
|
@ -730,7 +730,7 @@ ExportFormatDialog::update_clock (AudioClock & clock, ARDOUR::AnyTime const & ti
|
|||
// TODO position
|
||||
clock.set (session->convert_to_frames_at (0, time), true);
|
||||
|
||||
AudioClock::Mode mode;
|
||||
AudioClock::Mode mode(AudioClock::SMPTE);
|
||||
|
||||
switch (time.type) {
|
||||
case AnyTime::SMPTE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue