X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7f4a67cabd5fbf8cfe9c2e658bd4a255a6764b0e..c37a22a0581f4a211ab77721a99d2de636ec3467:/include/stg/user_property.h?ds=sidebyside diff --git a/include/stg/user_property.h b/include/stg/user_property.h index d76326f1..1716296a 100644 --- a/include/stg/user_property.h +++ b/include/stg/user_property.h @@ -388,7 +388,6 @@ std::string USER_PROPERTY::ToString() const { std::stringstream stream; stream << value; -std::string stringValue = stream.str(); -return stringValue; +return stream.str(); } #endif // USER_PROPERTY_H