diff --git a/tests/DemoWavetables.cpp b/tests/DemoWavetables.cpp index aaaea98b..d5b9ba5a 100644 --- a/tests/DemoWavetables.cpp +++ b/tests/DemoWavetables.cpp @@ -61,6 +61,10 @@ private: jack_port_t* fPorts[2] = {}; }; +constexpr float DemoApp::sweepMin; +constexpr float DemoApp::sweepMax; +constexpr float DemoApp::sweepDuration; + DemoApp::DemoApp(int& argc, char** argv) : QApplication(argc, argv) {