summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2006-03-12 22:06:41 +0000
committerSampo Savolainen <v2@iki.fi>2006-03-12 22:06:41 +0000
commit22502823aa0760b40d170deb1ebb69c2a3fec062 (patch)
treef955c431f52f5253421b51d9328a6e28d271c4f1 /gtk2_ardour/editor.h
parent3891c733af596666b4ed98765d36226582ad624c (diff)
Forgotten header from previous commit
git-svn-id: svn://localhost/trunk/ardour2@384 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h5
1 files changed, 5 insertions, 0 deletions
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;
/* <CMT Additions> */
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 */