diff options
Diffstat (limited to 'lib/rpcs16.h')
-rw-r--r-- | lib/rpcs16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpcs16.h b/lib/rpcs16.h index 35c5a1c..58ca05b 100644 --- a/lib/rpcs16.h +++ b/lib/rpcs16.h @@ -38,7 +38,7 @@ class rpcsfactory; * @ref rpcs . For a complete documentation, see @ref rpcs . */ class rpcs16 : public rpcs { - friend rpcsfactory; + friend class rpcsfactory; public: Enum<rfsv::errs> getCmdLine(const char *, string &); |