From 5f55afda0f9cf444cf209d51340038a278a877c4 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Fri, 18 Jul 2014 21:30:22 +0400 Subject: [PATCH] Little fix 2 --- Utilities/SMutex.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Utilities/SMutex.h b/Utilities/SMutex.h index beeb5a8920..c67578d7b2 100644 --- a/Utilities/SMutex.h +++ b/Utilities/SMutex.h @@ -49,6 +49,11 @@ public: owner = GetFreeValue(); } + SMutexBase() + { + initialize(); + } + void finalize() { owner = GetDeadValue();