]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp
Add std namespace to the string in rpcconfig.cpp
[stg.git] / 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)