diff options
Diffstat (limited to 'src/cgeo/geocaching/mapinterfaces/ItemizedOverlayImpl.java')
| -rw-r--r-- | src/cgeo/geocaching/mapinterfaces/ItemizedOverlayImpl.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgeo/geocaching/mapinterfaces/ItemizedOverlayImpl.java b/src/cgeo/geocaching/mapinterfaces/ItemizedOverlayImpl.java index 73eed1f..08e28ad 100644 --- a/src/cgeo/geocaching/mapinterfaces/ItemizedOverlayImpl.java +++ b/src/cgeo/geocaching/mapinterfaces/ItemizedOverlayImpl.java @@ -1,9 +1,9 @@ package cgeo.geocaching.mapinterfaces; -import cgeo.geocaching.mapcommon.ItemizedOverlayBase; import android.graphics.Canvas; import android.graphics.Point; import android.graphics.drawable.Drawable; +import cgeo.geocaching.mapcommon.ItemizedOverlayBase; /** * Defines the common functions to access the provider-specific @@ -11,7 +11,7 @@ import android.graphics.drawable.Drawable; * @author rsudev * */ -public interface ItemizedOverlayImpl { +public interface ItemizedOverlayImpl extends OverlayImpl { ItemizedOverlayBase getBase(); |
