Ignore:
Timestamp:
2009-07-30T13:49:38+02:00 (16 years ago)
Author:
stoecker
Message:

fixed compile problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinAreasAction.java ΒΆ

    r16734 r16735  
    224224        // Delete the remaining inner ways
    225225        if(innerWays != null && innerWays.size() > 0)
    226             cmds.add(DeleteCommand.delete(getEditLayer(), innerWays, true));
     226            cmds.add(DeleteCommand.delete(Main.map.mapView.getEditLayer(), innerWays, true));
    227227        commitCommands(marktr("Delete Ways that are not part of an inner multipolygon"));
    228228
Note: See TracChangeset for help on using the changeset viewer.