aboutsummaryrefslogtreecommitdiffstats
path: root/gui/wxmain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wxmain.hpp')
-rw-r--r--gui/wxmain.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/wxmain.hpp b/gui/wxmain.hpp
index ec30f1f..8068784 100644
--- a/gui/wxmain.hpp
+++ b/gui/wxmain.hpp
@@ -13,6 +13,7 @@
#define WXMAIN_HPP_
#include "stmdsp.hpp"
+#include "wav.hpp"
#include <fstream>
#include <future>
@@ -75,6 +76,7 @@ private:
wxString m_temp_file_name;
stmdsp::device *m_device = nullptr;
+ wav::clip *m_wav_clip = nullptr;
bool tryDevice();
void prepareEditor();