From ef37c28ebd861c7ec967a5c6db46380c02764938 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Tue, 9 Jul 2019 13:22:03 +0200 Subject: [PATCH] Fix compilation --- OsmAnd/src/net/osmand/aidl/IOsmAndAidlInterface.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }