Changeset 361 in josm


Ignore:
Timestamp:
2007-10-11T20:55:30+02:00 (17 years ago)
Author:
gebner
Message:

Fix build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java

    r358 r361  
    197197
    198198        public void selectionEnded(Rectangle r, boolean alt, boolean shift, boolean ctrl) {
    199                 SelectionAction.selectEverythingInRectangle(selectionManager, r, alt, shift, ctrl);
     199                selectEverythingInRectangle(selectionManager, r, alt, shift, ctrl);
    200200        }
    201201
Note: See TracChangeset for help on using the changeset viewer.