]> git.stg.codes - stg.git/blobdiff - include/stg/user_property.h
Change map<std::string, USER_PROPERTY_BASE *> on REGISTRY in USER_PROPERTY_LOGGED
[stg.git] / include / stg / user_property.h
index 44d492fd34375f0409d738085b4b5342f89f6c1b..97c1af51b7335adeb235422dd3043e847bdeb2dc 100644 (file)
@@ -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; }