diff options
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r-- | src/AlsaDriver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index af7d5e4..6b832eb 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -33,6 +33,7 @@ using boost::format; AlsaDriver::AlsaDriver(Patchage* app) : _app(app) , _seq(nullptr) + , _refresh_thread{} {} AlsaDriver::~AlsaDriver() |