From: Maxim Mamontov Date: Fri, 18 Mar 2011 18:27:01 +0000 (+0200) Subject: Add std namespace to the string in rpcconfig.cpp X-Git-Tag: 2.407-rc3~147 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b04ea84c9975800bf0f6e204e36ce87ce97d808d Add std namespace to the string in rpcconfig.cpp --- diff --git a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp index 7304f280..76fb5165 100644 --- a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp +++ b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp @@ -41,7 +41,7 @@ RPC_CONFIG_SETTINGS::RPC_CONFIG_SETTINGS() { } -int RPC_CONFIG_SETTINGS::ParseIntInRange(const string & str, +int RPC_CONFIG_SETTINGS::ParseIntInRange(const std::string & str, int min, int max, int * val)