summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-27 02:24:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-27 02:24:56 +0000
commit68a3144344ab0e103539ee27b9f95324f45dcbe7 (patch)
treee554abed86f8821ddd90c3ca9c905a6c25290785 /gtk2_ardour/session_option_editor.cc
parent9ad08bfe973c72f2d73fae2be786d99efdc20a26 (diff)
new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic framework. this will cause a full recompile, so find something else to do
git-svn-id: svn://localhost/ardour2/branches/3.0@5936 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/session_option_editor.cc')
-rw-r--r--gtk2_ardour/session_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc
index 6c2bd856c6..ab774ffc18 100644
--- a/gtk2_ardour/session_option_editor.cc
+++ b/gtk2_ardour/session_option_editor.cc
@@ -222,7 +222,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
add_option (_("Sync"), spf);
- ComboOption<SmpteFormat>* smf = new ComboOption<SmpteFormat> (
+ ComboOption<TimecodeFormat>* smf = new ComboOption<TimecodeFormat> (
"timecode-format",
_("Timecode frames-per-second"),
mem_fun (*_session_config, &SessionConfiguration::get_timecode_format),