summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 45eb3db..299829f 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -40,7 +40,7 @@ public:
explicit AlsaDriver(Patchage* app);
~AlsaDriver();
- void attach(bool launch_daemon = false);
+ void attach(bool launch_daemon);
void detach();
bool is_attached() const { return (_seq != nullptr); }