Skip to content

Commit

Permalink
Update ex10_25.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shbling committed Dec 1, 2014
1 parent 8d6497a commit 303f200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch10/ex10_25.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void wy_elimdups(std::vector<std::string> &vs)
}

//check_size function to check size
bool check_size( const std::string &vs, const std::vector<std::string>::size_type sz)
bool check_size( const std::string &vs, std::string::size_type sz)
{
return vs.size() >= sz;
}
Expand Down

0 comments on commit 303f200

Please sign in to comment.