From cd0bf130b165970760884e279bb4301d3f6946ca Mon Sep 17 00:00:00 2001 From: Naffanya Date: Fri, 7 Feb 2014 00:10:10 +0200 Subject: [PATCH] Change map on REGISTRY in USER_PROPERTY_LOGGED --- include/stg/user_property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2