VS2019: fixed build

This commit is contained in:
matlabbe
2020-03-11 23:34:55 -04:00
parent 39724e239c
commit 5371f94c8f
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ struct EVComparator{
EVComparator(){
mode=CompareLevel;
}
inline bool operator() (const E& e1, const E& e2){
inline bool operator() (const E& e1, const E& e2) const {
int o1=0, o2=0;
switch (mode){
case CompareLevel: