diff options
| author | koem <koem@petoria.de> | 2011-10-08 16:07:02 +0200 |
|---|---|---|
| committer | koem <koem@petoria.de> | 2011-10-08 16:07:02 +0200 |
| commit | 6e950c529ab6d1df27841e88b4237180a2465b79 (patch) | |
| tree | a46527355078d697536ee6a7ab79d5e708ade2d4 /main/src/cgeo/geocaching/files/GPXParser.java | |
| parent | 9731ffa193c81c77ad64cb06c7574098113fd316 (diff) | |
| download | cgeo-6e950c529ab6d1df27841e88b4237180a2465b79.zip cgeo-6e950c529ab6d1df27841e88b4237180a2465b79.tar.gz cgeo-6e950c529ab6d1df27841e88b4237180a2465b79.tar.bz2 | |
always use WaypointType
Diffstat (limited to 'main/src/cgeo/geocaching/files/GPXParser.java')
| -rw-r--r-- | main/src/cgeo/geocaching/files/GPXParser.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/files/GPXParser.java b/main/src/cgeo/geocaching/files/GPXParser.java index 226efab..9ef25c9 100644 --- a/main/src/cgeo/geocaching/files/GPXParser.java +++ b/main/src/cgeo/geocaching/files/GPXParser.java @@ -301,7 +301,7 @@ public abstract class GPXParser extends FileParser { if (cacheForWaypoint != null) { final cgWaypoint waypoint = new cgWaypoint(); waypoint.id = -1; - waypoint.type = convertWaypointSym2Type(sym).id; + waypoint.typee = convertWaypointSym2Type(sym); waypoint.geocode = cacheGeocodeForWaypoint; waypoint.setPrefix(cache.name.substring(0, 2)); waypoint.lookup = "---"; |
