Skip to content

Commit

Permalink
Update str
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopic committed Sep 7, 2024
1 parent 2339124 commit ce78f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trie.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Trie{
}

// display the Trie (folder like)
void print(str alphabet, std::string tab="") {
void print(std::string alphabet, std::string tab="") {
if(full)
std::cout << tab << ":" << obj;
else
Expand Down

0 comments on commit ce78f08

Please sign in to comment.