From c57c9a1cf6b01b7bb6626af9e1e88c958ea9282e Mon Sep 17 00:00:00 2001 From: kaetemi Date: Wed, 13 Nov 2019 20:04:01 +0800 Subject: [PATCH] Build fix --- code/ryzom/server/src/pd_lib/db_description_parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ryzom/server/src/pd_lib/db_description_parser.h b/code/ryzom/server/src/pd_lib/db_description_parser.h index 839bac732..3e060c6e8 100644 --- a/code/ryzom/server/src/pd_lib/db_description_parser.h +++ b/code/ryzom/server/src/pd_lib/db_description_parser.h @@ -167,7 +167,7 @@ public: /** * Get HashKey */ - const CHashKey& getHashKey() const { return _HashKey; } + const NLMISC::CHashKey& getHashKey() const { return _HashKey; } /** * Get Description @@ -204,7 +204,7 @@ private: std::string _Description; /// Description hashkey - CHashKey _HashKey; + NLMISC::CHashKey _HashKey; /// Database node CDatabaseNode _Database;