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

'Changed the constructor signature of the plugin main class'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/GraphViewPlugin.java

    r19054 r19439  
    2121import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
    2222import org.openstreetmap.josm.plugins.Plugin;
     23import org.openstreetmap.josm.plugins.PluginInformation;
    2324import org.openstreetmap.josm.plugins.graphview.core.access.AccessRuleset;
    2425import org.openstreetmap.josm.plugins.graphview.core.access.AccessRulesetReader;
     
    7475
    7576        /** creates the plugin */
    76         public GraphViewPlugin() {
     77        public GraphViewPlugin(PluginInformation info) {
     78                super(info);
    7779
    7880                preferences = GraphViewPreferences.getInstance();
Note: See TracChangeset for help on using the changeset viewer.