X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7c995c8f062b1e4faf919c7c1e8ef8090b3bf180..102a98fb1218ebee228837b895d7132e7d2628ec:/include/stg/user_property.h diff --git a/include/stg/user_property.h b/include/stg/user_property.h index a4547398..567df9fa 100644 --- a/include/stg/user_property.h +++ b/include/stg/user_property.h @@ -386,6 +386,7 @@ else //------------------------------------------------------------------------- //------------------------------------------------------------------------- //------------------------------------------------------------------------- +inline std::string USER_PROPERTIES::GetPropertyValue(const std::string & name) const { std::map::iterator it = properties.find(name);