correct function signature
This commit is contained in:
parent
59060755a5
commit
454f754195
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace word_count {
|
namespace word_count {
|
||||||
|
|
||||||
typedef std::map<std::string, size_t> Words;
|
typedef std::map<std::string, int> Words;
|
||||||
|
|
||||||
Words words(const std::string&);
|
Words words(const std::string&);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue