Ignore:
Timestamp:
2010-06-23T18:47:12+02:00 (14 years ago)
Author:
bastiK
Message:

changes needed for new RoadSigns plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/GBC.java

    r3057 r3338  
    102102     * @return This constraint for chaining.
    103103     */
    104     public GBC weight(int weightx, int weighty) {
     104    public GBC weight(double weightx, double weighty) {
    105105        this.weightx = weightx;
    106106        this.weighty = weighty;
Note: See TracChangeset for help on using the changeset viewer.