X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..d25555ce9c6e09344356868780e678c75bbbd164:/projects/stargazer/actions.inl.h diff --git a/projects/stargazer/actions.inl.h b/projects/stargazer/actions.inl.h index c29a63cd..d7874373 100644 --- a/projects/stargazer/actions.inl.h +++ b/projects/stargazer/actions.inl.h @@ -3,7 +3,7 @@ #include -#include "stg_locker.h" +#include "stg/locker.h" // Polymorphick action invocation template @@ -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())