Fix a link error reported by @redtide

This commit is contained in:
Jean Pierre Cimalando 2020-03-17 18:52:56 +01:00
parent 474f221f91
commit 368505357a

View file

@ -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)
{