aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/App.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/apps/App.java')
-rw-r--r--main/src/cgeo/geocaching/apps/App.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/apps/App.java b/main/src/cgeo/geocaching/apps/App.java
index 9d6d371..bc99526 100644
--- a/main/src/cgeo/geocaching/apps/App.java
+++ b/main/src/cgeo/geocaching/apps/App.java
@@ -1,6 +1,6 @@
package cgeo.geocaching.apps;
-import cgeo.geocaching.cgCache;
+import cgeo.geocaching.Geocache;
public interface App {
public boolean isInstalled();
@@ -17,5 +17,5 @@ public interface App {
* @param cache
* @return
*/
- boolean isEnabled(final cgCache cache);
+ boolean isEnabled(final Geocache cache);
}