diff --git a/libsrc/core/hashtable.hpp b/libsrc/core/hashtable.hpp index 555838a0..8e3ff813 100644 --- a/libsrc/core/hashtable.hpp +++ b/libsrc/core/hashtable.hpp @@ -835,7 +835,8 @@ namespace ngcore used = 0; } - void DoArchive (Archive & ar) + template + void DoArchive (ARCHIVE& ar) { ar & hash & cont; ar & size & mask & used;