summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-17 02:31:41 +0100
committerRobin Gareus <robin@gareus.org>2016-12-17 02:43:42 +0100
commit85e4b1d98ff72afe8b3acaf38e9c269749093207 (patch)
tree5e9eadbe74f3f551a4f8b08c1ec42c43a56628ff /gtk2_ardour/editor.h
parent1a25b906b3ad73b8636909ab6562b0c97374aa14 (diff)
Move selection/punch clocks to editor Sidebar
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 27d077c6ec..0321f45e4c 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -134,6 +134,7 @@ class SoundFileOmega;
class StreamView;
class TempoLines;
class TimeAxisView;
+class TimeInfoBox;
class TimeFXDialog;
class TimeSelection;
class RegionLayeringOrderEditor;
@@ -571,6 +572,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
PlaylistSelector* _playlist_selector;
+ TimeInfoBox* _time_info_box;
+
typedef std::pair<TimeAxisView*,XMLNode*> TAVState;
struct VisualState {