X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c27745d81c50d0fadd541eff81eeca7883321c50..d01f302f0da31eb088608c33a3e15c5fdee8ca84:/projects/stargazer/user_impl.h diff --git a/projects/stargazer/user_impl.h b/projects/stargazer/user_impl.h index 5fe02bb3..d240f0c8 100644 --- a/projects/stargazer/user_impl.h +++ b/projects/stargazer/user_impl.h @@ -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);