]> git.stg.codes - stg.git/commitdiff
Change map<std::string, USER_PROPERTY_BASE *> on REGISTRY in USER_PROPERTY_LOGGED
authorNaffanya <naffanya@naffanya.(none)>
Thu, 6 Feb 2014 22:10:10 +0000 (00:10 +0200)
committerNaffanya <naffanya@naffanya.(none)>
Thu, 6 Feb 2014 22:10:10 +0000 (00:10 +0200)
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; }