diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2014-11-11 00:18:51 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2014-11-11 00:18:51 +0100 |
commit | 25ac152b0d45c31b39d719a3888649e72ef12bbf (patch) | |
tree | 85fc1b021918f4ea506f15bcea305c5adbd179c5 /src/utility | |
parent | 61d841d29af086b9f7cbc9b1fd5786ea7644587d (diff) |
remove silly comment after namespaces
Diffstat (limited to 'src/utility')
-rw-r--r-- | src/utility/comparators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utility/comparators.cpp b/src/utility/comparators.cpp index bfb4b2ce..85ada86f 100644 --- a/src/utility/comparators.cpp +++ b/src/utility/comparators.cpp @@ -22,7 +22,7 @@ #include "comparators.h" #include "utility/string.h" -namespace {// +namespace { bool hasTheWord(const std::string &s) { |