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;