diff options
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index d4f6f86..43647cc 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -35,7 +35,7 @@ class PatchagePort; class AlsaDriver : public Driver { public: - AlsaDriver(Patchage* app); + explicit AlsaDriver(Patchage* app); ~AlsaDriver(); void attach(bool launch_daemon = false); |