Move selection/punch clocks to editor Sidebar
[ardour.git] / gtk2_ardour / editor.h
index 27d077c6ec43bd9d0a9d1325eb87040fcaa3d97e..0321f45e4c8a5bf7695bfcc25b5c3f5a03a46f07 100644 (file)
@@ -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 {