Forgotten header from previous commit

git-svn-id: svn://localhost/trunk/ardour2@384 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2006-03-12 22:06:41 +00:00
parent 3891c733af
commit 22502823aa
1 changed files with 5 additions and 0 deletions

View File

@ -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 */