Changeset 21761 in osm for applications


Ignore:
Timestamp:
2010-06-17T20:51:34+02:00 (15 years ago)
Author:
upliner
Message:

Trivial fix in wms-turbo-challenge2

Location:
applications/editors/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/WMSRacer.java

    r19990 r21761  
    1010import org.openstreetmap.josm.gui.MapFrame;
    1111import org.openstreetmap.josm.actions.JosmAction;
     12import org.openstreetmap.josm.plugins.Plugin;
     13import org.openstreetmap.josm.plugins.PluginInformation;
    1214import org.openstreetmap.josm.Main;
    1315
     
    1719import java.awt.event.ActionEvent;
    1820
    19 public class WMSRacer implements LayerChangeListener {
    20         public WMSRacer() {
     21public class WMSRacer extends Plugin implements LayerChangeListener {
     22        public WMSRacer(PluginInformation info) {
     23                super(info);
    2124                driveAction.updateEnabledState();
    2225
Note: See TracChangeset for help on using the changeset viewer.