RPCN Client (#8663)

This commit is contained in:
RipleyTom
2020-08-27 21:47:04 +02:00
committed by GitHub
parent d000d648b0
commit 190822c2b2
45 changed files with 8365 additions and 431 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ namespace cfg
using uint64 = uint<0, UINT64_MAX>;
// Simple string entry with mutex
class string final : public _base
class string : public _base
{
const std::string m_name;