aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/cgCoord.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgCoord.java b/main/src/cgeo/geocaching/cgCoord.java
index de7629b..236b8f5 100644
--- a/main/src/cgeo/geocaching/cgCoord.java
+++ b/main/src/cgeo/geocaching/cgCoord.java
@@ -44,7 +44,7 @@ public class cgCoord implements IBasicCache, IWaypoint {
id = waypoint.getId();
disabled = false;
found = false;
- geocode = waypoint.getGeocode();//"";
+ geocode = waypoint.getGeocode();
coords = waypoint.getCoords();
name = waypoint.getName();
coordType = "waypoint";