aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/GPXParser.java
diff options
context:
space:
mode:
authorkoem <koem@petoria.de>2011-10-10 17:25:56 +0200
committerkoem <koem@petoria.de>2011-10-11 08:57:59 +0200
commit2e6caaa61eff54f717da0810f9ab748a7f6dffbe (patch)
tree3b6fdbbddef677fba1fbb4c95c739d330134653c /main/src/cgeo/geocaching/files/GPXParser.java
parentbfa29b4962bee99f7b16b6900e424915fa2201e2 (diff)
downloadcgeo-2e6caaa61eff54f717da0810f9ab748a7f6dffbe.zip
cgeo-2e6caaa61eff54f717da0810f9ab748a7f6dffbe.tar.gz
cgeo-2e6caaa61eff54f717da0810f9ab748a7f6dffbe.tar.bz2
use WaypointType
Diffstat (limited to 'main/src/cgeo/geocaching/files/GPXParser.java')
-rw-r--r--main/src/cgeo/geocaching/files/GPXParser.java2
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 b43d712..edabcaa 100644
--- a/main/src/cgeo/geocaching/files/GPXParser.java
+++ b/main/src/cgeo/geocaching/files/GPXParser.java
@@ -305,7 +305,7 @@ public abstract class GPXParser extends FileParser {
if (cacheForWaypoint != null) {
final cgWaypoint waypoint = new cgWaypoint();
waypoint.id = -1;
- waypoint.typee = convertWaypointSym2Type(sym);
+ waypoint.type = convertWaypointSym2Type(sym);
waypoint.geocode = cacheGeocodeForWaypoint;
waypoint.setPrefix(cache.name.substring(0, 2));
waypoint.lookup = "---";