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 7428db2..a1de0e7 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -42,7 +42,7 @@ public:
void attach(bool launch_daemon = false);
void detach();
- bool is_attached() const { return (_seq != NULL); }
+ bool is_attached() const { return (_seq != nullptr); }
void refresh();
void destroy_all();