Ignore:
Timestamp:
2010-01-13T14:32:38+01:00 (15 years ago)
Author:
guggis
Message:

'Changed constructor signature of plugin main class'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/GlobalsatPlugin.java

    r16585 r19436  
    1919import org.openstreetmap.josm.gui.progress.ProgressMonitor;
    2020import org.openstreetmap.josm.plugins.Plugin;
     21import org.openstreetmap.josm.plugins.PluginInformation;
    2122import org.openstreetmap.josm.tools.Shortcut;
    2223import org.xml.sax.SAXException;
     
    8788
    8889    GlobalsatImportAction importAction;
    89     public GlobalsatPlugin() {
     90    public GlobalsatPlugin(PluginInformation info) {
     91        super(info);
    9092        boolean error = false;
    9193        try{
Note: See TracChangeset for help on using the changeset viewer.