forked from organicmaps/organicmaps
[search] Add typedef EdgeStrT to TrieIterator::Edge.
This commit is contained in:
parent
fe9e7d13a1
commit
c43c5ef038
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ class Iterator
|
|||
public:
|
||||
struct Edge
|
||||
{
|
||||
buffer_vector<TrieChar, 8> m_str;
|
||||
typedef buffer_vector<TrieChar, 8> EdgeStrT;
|
||||
EdgeStrT m_str;
|
||||
EdgeValueT m_value;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue