aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs32.h')
-rw-r--r--lib/rpcs32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpcs32.h b/lib/rpcs32.h
index 9089b66..4f02a2d 100644
--- a/lib/rpcs32.h
+++ b/lib/rpcs32.h
@@ -40,7 +40,7 @@ class rpcs32 : public rpcs {
friend class rpcsfactory;
public:
- Enum<rfsv::errs> getCmdLine(const char *, string &);
+ Enum<rfsv::errs> getCmdLine(const char *, std::string &);
Enum<rfsv::errs> getMachineInfo(machineInfo &);
Enum<rfsv::errs> configRead(u_int32_t, bufferStore &);
Enum<rfsv::errs> configWrite(bufferStore);