From: Naffanya <naffanya@naffanya.(none)>
Date: Thu, 6 Feb 2014 22:10:10 +0000 (+0200)
Subject: Change map<std::string, USER_PROPERTY_BASE *> on REGISTRY in USER_PROPERTY_LOGGED
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/cd0bf130b165970760884e279bb4301d3f6946ca?ds=inline;hp=-c

Change map<std::string, USER_PROPERTY_BASE *> on REGISTRY in USER_PROPERTY_LOGGED
---

cd0bf130b165970760884e279bb4301d3f6946ca
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<std::string, USER_PROPERTY_BASE*> & properties);
+                         REGISTRY & properties);
     virtual ~USER_PROPERTY_LOGGED() {}
 
     USER_PROPERTY_LOGGED<varT> * GetPointer() throw() { return this; }