diff options
Diffstat (limited to 'library/cpp/containers/comptrie/chunked_helpers_trie.h')
-rw-r--r-- | library/cpp/containers/comptrie/chunked_helpers_trie.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/containers/comptrie/chunked_helpers_trie.h b/library/cpp/containers/comptrie/chunked_helpers_trie.h index cfa35f5ba2..f738a095e6 100644 --- a/library/cpp/containers/comptrie/chunked_helpers_trie.h +++ b/library/cpp/containers/comptrie/chunked_helpers_trie.h @@ -100,10 +100,10 @@ public: return def; } } - + const TCompactTrie<char>& GetTrie() const { - return Trie; - } + return Trie; + } }; template <typename T, bool sorted = false> |