mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
VS2019: fixed build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user