diff --git a/OsmAnd/src/net/osmand/aidl/IOsmAndAidlInterface.aidl b/OsmAnd/src/net/osmand/aidl/IOsmAndAidlInterface.aidl index b0cd6be027..c130c47290 100644 --- a/OsmAnd/src/net/osmand/aidl/IOsmAndAidlInterface.aidl +++ b/OsmAnd/src/net/osmand/aidl/IOsmAndAidlInterface.aidl @@ -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); }