Ignore:
Timestamp:
2005-12-06T23:23:20+01:00 (19 years ago)
Author:
imi
Message:
  • fixed broken stuff from last checkin
  • complete undo and redo
  • futher simplification in DeleteAction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r30 r31  
    1515abstract public class OsmPrimitive {
    1616
     17        private static int idcount = 0;
     18        public OsmPrimitive() {
     19                id = ++idcount;
     20        }
     21       
    1722        /**
    1823         * The key/value list for this primitive.
Note: See TracChangeset for help on using the changeset viewer.