]> git.stg.codes - stg.git/commitdiff
Add std namespace to the string in rpcconfig.cpp
authorMaxim Mamontov <faust.madf@gmail.com>
Fri, 18 Mar 2011 18:27:01 +0000 (20:27 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Fri, 18 Mar 2011 18:27:01 +0000 (20:27 +0200)
projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp

index 7304f280f9a48bf47a859a004dcff3445c7afc96..76fb5165a1a328308e5db57d79f41595016370ee 100644 (file)
@@ -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)