forked from organicmaps/organicmaps
Unhandled switch warning fix.
This commit is contained in:
parent
41c53cb0b4
commit
b6162f8a41
1 changed files with 3 additions and 0 deletions
|
@ -996,6 +996,9 @@ extern "C"
|
|||
CallOnMyPositionActivatedListener(obj, lat, lon);
|
||||
break;
|
||||
}
|
||||
case UserMark::Type::DEBUG_MARK:
|
||||
// Ignore clicks to debug marks.
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue