diff options
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r-- | src/JackDriver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index daaf7b9..5649950 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -45,7 +45,7 @@ public: void attach(bool launch_daemon); void detach(); - bool is_attached() const { return (_client != NULL); } + bool is_attached() const { return (_client != nullptr); } bool is_realtime() const { return _client && jack_is_realtime(_client); } void refresh(); |