Unhandled switch warning fix.

This commit is contained in:
Alex Zolotarev 2015-05-18 14:13:13 +03:00
parent 41c53cb0b4
commit b6162f8a41

View file

@ -996,6 +996,9 @@ extern "C"
CallOnMyPositionActivatedListener(obj, lat, lon);
break;
}
case UserMark::Type::DEBUG_MARK:
// Ignore clicks to debug marks.
break;
}
}