]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Method GetParamValue and correction method Connect(user_imp)
[stg.git] / projects / stargazer / user_impl.h
index 5fe02bb35cfa62847a3ce18c1b1f6e7c02cd2383..d240f0c8c161ae85a42ddcd2d3fee522fe803181 100644 (file)
@@ -216,7 +216,7 @@ public:
     void            OnAdd();
     void            OnDelete();
 
-    virtual const std::string & GetParamValue(const std::string & name) const;
+    virtual std::string GetParamValue(const std::string & name) const;
 
 private:
     USER_IMPL & operator=(const USER_IMPL & rvalue);