HashSet - use AnyType, AnyHash templates as per HashTable

- this probably should have been in commit c7c9a6e0 (2009-11-04)
  but got overseen in the HashTbl -> HashTable switch
This commit is contained in:
Mark Olesen
2009-12-01 18:53:15 +01:00
parent 745d8e47d1
commit 5b628ebb31
2 changed files with 9 additions and 5 deletions

View File

@ -106,8 +106,8 @@ public:
//- Construct from the keys of another HashTable,
// the type of values held is arbitrary.
template<class AnyType>
HashSet(const HashTable<AnyType, Key, Hash>&);
template<class AnyType, class AnyHash>
HashSet(const HashTable<AnyType, Key, AnyHash>&);
// Member Functions