]> git.stg.codes - stg.git/blobdiff - projects/stargazer/actions.inl.h
Исправлена тупая и уже успевшая запарить ошибка (опечатка) выражающаяся в создании...
[stg.git] / projects / stargazer / actions.inl.h
index c29a63cda1a3a5ea564326434d930b5d2981a331..37c7e86e71ef78c30d0e9b3be30121464c44537a 100644 (file)
@@ -26,7 +26,7 @@ ACTIONS_LIST::~ACTIONS_LIST()
 {
 
     {
-    STG_LOCKER(&mutex, __FILE__, __LINE__);
+    STG_LOCKER lock(&mutex, __FILE__, __LINE__);
 
     parent::iterator it(parent::begin());
     while (it != parent::end())