Index: applications/editors/josm/plugins/gpsblam/build.xml
===================================================================
--- applications/editors/josm/plugins/gpsblam/build.xml	(revision 35213)
+++ applications/editors/josm/plugins/gpsblam/build.xml	(revision 35214)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14456"/>
+    <property name="plugin.main.version" value="15496"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamInputData.java
===================================================================
--- applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamInputData.java	(revision 35213)
+++ applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamInputData.java	(revision 35214)
@@ -11,5 +11,5 @@
 import org.openstreetmap.josm.data.coor.CachedLatLon;
 import org.openstreetmap.josm.data.gpx.GpxTrack;
-import org.openstreetmap.josm.data.gpx.GpxTrackSegment;
+import org.openstreetmap.josm.data.gpx.IGpxTrackSegment;
 import org.openstreetmap.josm.data.gpx.WayPoint;
 import org.openstreetmap.josm.data.projection.Projection;
@@ -34,5 +34,5 @@
             if (l.isVisible() && l instanceof GpxLayer) {
                 for (GpxTrack track : ((GpxLayer) l).data.tracks) {
-                    for (GpxTrackSegment segment: track.getSegments()) {
+                    for (IGpxTrackSegment segment: track.getSegments()) {
                         for (WayPoint wayPoint : segment.getWayPoints()) {
                             if (p2.equals(p1)) {
