diff options
Diffstat (limited to 'src/DBus.hpp')
-rw-r--r-- | src/DBus.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DBus.hpp b/src/DBus.hpp index 6475a05..a992f5a 100644 --- a/src/DBus.hpp +++ b/src/DBus.hpp @@ -27,7 +27,7 @@ class Patchage; class DBus { public: - DBus(Patchage* app); + explicit DBus(Patchage* app); bool call( bool response_expected, |