Ignore:
Timestamp:
2009-12-12T17:34:12+01:00 (15 years ago)
Author:
jttt
Message:

Fix compilation problems

Location:
applications/editors/josm/plugins/czechaddress
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/czechaddress/build.xml

    r18892 r19050  
    5252            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    5353            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/>
    54             <attribute name="Plugin-Mainversion" value="2510"/>
     54            <attribute name="Plugin-Mainversion" value="2620"/>
    5555            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    5656        </manifest>
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/SplitAreaByEmptyWayAction.java

    r18892 r19050  
    5353    public void actionPerformed(ActionEvent e) {
    5454
    55         Collection<OsmPrimitive> selectedWays = Main.main.getCurrentDataSet().getSelectedWays();
     55        Collection<Way> selectedWays = Main.main.getCurrentDataSet().getSelectedWays();
    5656        Collection<OsmPrimitive> newSelection = Main.main.getCurrentDataSet().getSelected();
    5757
Note: See TracChangeset for help on using the changeset viewer.