Fix a link error reported by @redtide
This commit is contained in:
parent
474f221f91
commit
368505357a
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@ private:
|
||||||
jack_port_t* fPorts[2] = {};
|
jack_port_t* fPorts[2] = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
constexpr float DemoApp::sweepMin;
|
||||||
|
constexpr float DemoApp::sweepMax;
|
||||||
|
constexpr float DemoApp::sweepDuration;
|
||||||
|
|
||||||
DemoApp::DemoApp(int& argc, char** argv)
|
DemoApp::DemoApp(int& argc, char** argv)
|
||||||
: QApplication(argc, argv)
|
: QApplication(argc, argv)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue