aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs16.h')
-rw-r--r--lib/rpcs16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpcs16.h b/lib/rpcs16.h
index 58ca05b..0489d87 100644
--- a/lib/rpcs16.h
+++ b/lib/rpcs16.h
@@ -41,7 +41,7 @@ class rpcs16 : public rpcs {
friend class rpcsfactory;
public:
- Enum<rfsv::errs> getCmdLine(const char *, string &);
+ Enum<rfsv::errs> getCmdLine(const char *, std::string &);
private:
rpcs16(ppsocket *);