summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-11-09 17:27:30 +0000
committerRobin Gareus <robin@gareus.org>2012-11-09 17:27:30 +0000
commitc27dde889c27f7872318c004ce96daed577224d7 (patch)
tree9749200b47aa4a9ee7fe39121ea4a79ba69ab9e2 /gtk2_ardour/option_editor.h
parentca7e72db62a6d4412002bc3872ba5e2b11d12646 (diff)
make timecode offset work
git-svn-id: svn://localhost/ardour2/branches/3.0@13418 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 07c11ac8b4..68ffe1f969 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -543,6 +543,7 @@ public:
Gtk::Widget& tip_widget() { return _clock; }
private:
+ void save_clock_time ();
Gtk::Label _label;
AudioClock _clock;
sigc::slot<ARDOUR::framecnt_t> _get;