Changeset 12919 in josm
- Timestamp:
- 2017-10-03T18:10:18+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHook.java
r12846 r12919 47 47 @Override 48 48 public PlatformHook visitOsx() { 49 return new PlatformHook Unixoid();49 return new PlatformHookOsx(); 50 50 } 51 51 };
Note:
See TracChangeset
for help on using the changeset viewer.