dbms: fixed error [#METR-2944].

This commit is contained in:
Alexey Milovidov 2014-05-12 00:48:39 +04:00
parent 3411b9fe68
commit c0e1aa8f2c

View File

@ -32,7 +32,7 @@ protected:
friend class iterator;
typedef size_t HashValue;
typedef TwoLevelHashTable<Key, Cell, Hash, Grower, Allocator> Self;
typedef TwoLevelHashTable<Key, Cell, Hash, Grower, Allocator, ImplTable> Self;
public:
typedef ImplTable Impl;