aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/IBasicCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/IBasicCache.java')
-rw-r--r--main/src/cgeo/geocaching/IBasicCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/IBasicCache.java b/main/src/cgeo/geocaching/IBasicCache.java
index 5e67b2d..195572b 100644
--- a/main/src/cgeo/geocaching/IBasicCache.java
+++ b/main/src/cgeo/geocaching/IBasicCache.java
@@ -11,7 +11,7 @@ import cgeo.geocaching.enumerations.CacheType;
* @author blafoo
*
*/
-public interface IBasicCache extends ILogable {
+public interface IBasicCache extends ILogable, ICoordinates {
public abstract String getGuid();