diff --git a/include/lockSet.h b/include/lockSet.h index 8ffcae6..6af471d 100644 --- a/include/lockSet.h +++ b/include/lockSet.h @@ -128,10 +128,12 @@ public: ": Qutex not found in this LockSet"); } +public: + std::vector locks; + private: SerializedAsynchronousContinuation &parentContinuation; - std::vector locks; - bool allLocksAcquired, registeredInQutexQueues; + bool allLocksAcquired, registeredInQutexQueues; }; } // namespace smo