From: Naffanya Date: Thu, 6 Feb 2014 22:10:10 +0000 (+0200) Subject: Change map on REGISTRY in USER_PROPERTY_LOGGED X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/cd0bf130b165970760884e279bb4301d3f6946ca Change map on REGISTRY in USER_PROPERTY_LOGGED --- diff --git a/include/stg/user_property.h b/include/stg/user_property.h index 44d492fd..97c1af51 100644 --- a/include/stg/user_property.h +++ b/include/stg/user_property.h @@ -77,7 +77,7 @@ public: bool isStat, STG_LOGGER & logger, const std::string & sd, - std::map & properties); + REGISTRY & properties); virtual ~USER_PROPERTY_LOGGED() {} USER_PROPERTY_LOGGED * GetPointer() throw() { return this; }