Fix compilation

This commit is contained in:
Victor Shcherb 2019-07-09 13:22:03 +02:00
parent 5b9d3cc126
commit ef37c28ebd

View file

@ -829,5 +829,5 @@ interface IOsmAndAidlInterface {
* Removes all active map markers (marks them as passed and moves to history)
* Empty class of params
*/
boolean removeAllActiveMapMarkers(in RemoveMapMarkersParams);
boolean removeAllActiveMapMarkers(in RemoveMapMarkersParams params);
}