0_0_3046251_23205.cpp: In member function `int Trie::reportWordNumUnderOnePrefix(std::string&, Trie*)':
0_0_3046251_23205.cpp:150: error: no matching function for call to `Trie::reportWordNumUnderOnePrefix(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Trie*&)'
0_0_3046251_23205.cpp:133: note: candidates are: int Trie::reportWordNumUnderOnePrefix(std::string&, Trie*)
0_0_3046251_23205.cpp: In function `int main()':
0_0_3046251_23205.cpp:168: error: no matching function for call to `Trie::reportWordNumUnderOnePrefix(std::string, Trie*)'
0_0_3046251_23205.cpp:133: note: candidates are: int Trie::reportWordNumUnderOnePrefix(std::string&, Trie*)
|