# | Line 50 | Line 50 | |
---|---|---|
50 | ||
51 | #include "Ranker.hpp" | |
52 | ||
53 | – | Ranker::Ranker() |
54 | – | { |
55 | – | value = 0; |
56 | – | requiredValue = 0; |
57 | – | excludedValue = 0; |
58 | – | eitherOrValue = 0; |
59 | – | allIn = all; |
60 | – | } |
61 | – | |
53 | Ranker::Ranker(Page& page) : Page(page) | |
54 | { | |
55 | value = 0; | |
# | Line 171 | Line 162 | void Ranker::setSample() | |
162 | } | |
163 | else | |
164 | { | |
165 | < | distance = UINT_MAX; |
165 | > | distance = string::npos; |
166 | itor--; | |
167 | } | |
168 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |