diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 06:02:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:49:13 +0100 |
commit | 1e04979c3452d4eac633677876a88f9411a1153d (patch) | |
tree | 99a126a9d2647fd25a8ef2adbab6bb84f2c97dfb /compat/mutex.hpp | |
parent | 03d28dde1635e36508cff1f9eabc265cdb5febb9 (diff) |
cruft only
Diffstat (limited to 'compat/mutex.hpp')
-rw-r--r-- | compat/mutex.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/mutex.hpp b/compat/mutex.hpp index e4d0fee6..54758a08 100644 --- a/compat/mutex.hpp +++ b/compat/mutex.hpp @@ -16,6 +16,7 @@ public: mutex& operator=(const mutex& datum); mutex(const mutex& datum); explicit mutex(RecursionMode m); + mutex() : mutex{NonRecursive} {} QMutex* operator&() const noexcept; explicit operator QMutex*() const noexcept; |