mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-31 19:44:54 +02:00
Move some conditionally compiled declarations out of Experimental.h
This commit is contained in:
@@ -566,6 +566,13 @@ enum {
|
||||
NextID,
|
||||
};
|
||||
|
||||
//If you want any of these files, ask JKC. They are not
|
||||
//yet checked in to Audacity SVN as of 12-Feb-2010
|
||||
#ifdef EXPERIMENTAL_NOTEBOOK
|
||||
#include "GuiFactory.h"
|
||||
#include "APanel.h"
|
||||
#endif
|
||||
|
||||
ProjectWindow::ProjectWindow(wxWindow * parent, wxWindowID id,
|
||||
const wxPoint & pos,
|
||||
const wxSize & size, AudacityProject &project)
|
||||
|
||||
Reference in New Issue
Block a user