diff options
Diffstat (limited to 'main/src/cgeo/geocaching/GCVote.java')
| -rw-r--r-- | main/src/cgeo/geocaching/GCVote.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/GCVote.java b/main/src/cgeo/geocaching/GCVote.java index ae23087..f136aa9 100644 --- a/main/src/cgeo/geocaching/GCVote.java +++ b/main/src/cgeo/geocaching/GCVote.java @@ -161,7 +161,7 @@ public final class GCVote { if (!cache.supportsGCVote()) { return false; } - String guid = cache.guid; + String guid = cache.getGuid(); if (StringUtils.isBlank(guid)) { return false; } |
