fix build
This commit is contained in:
parent
9490e49f3b
commit
35fbc30258
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
}
|
||||
|
||||
// ///////////////////////////// INITIALIZING UI PART ///////////////////////////////////
|
||||
public void init(MapActivity ctx, int w, int h) {
|
||||
public void init(final MapActivity ctx, int w, int h) {
|
||||
application = (OsmandApplication) ctx.getApplicationContext();
|
||||
settings = application.getSettings();
|
||||
|
||||
|
|
Loading…
Reference in a new issue