From 22502823aa0760b40d170deb1ebb69c2a3fec062 Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Sun, 12 Mar 2006 22:06:41 +0000 Subject: [PATCH] Forgotten header from previous commit git-svn-id: svn://localhost/trunk/ardour2@384 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index bc85af07be..612057dfbd 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -102,6 +102,7 @@ class AutomationSelection; class MixerStrip; class StreamView; class ControlPoint; +class AnalysisWindow; /* */ class ImageFrameView; @@ -225,6 +226,9 @@ class Editor : public PublicEditor void set_show_measures (bool yn); bool show_measures () const { return _show_measures; } + /* analysis window */ + void show_analysis_window(); + /* export */ /* these initiate export ... */ @@ -977,6 +981,7 @@ class Editor : public PublicEditor void interthread_cancel_clicked (); void build_interthread_progress_window (); ARDOUR::InterThreadInfo* current_interthread_info; + AnalysisWindow* analysis_window; /* import specific info */