Skip to content

Commit

Permalink
2024.44.5
Browse files Browse the repository at this point in the history
- Add IInterfaceFront to IGpsPoint so that properties specific to GpxPoint, KmlPoint, and GeoJsonPoint can be accessed from IGpsPoint
  • Loading branch information
simon-techkid committed May 16, 2024
1 parent 6fc66b8 commit 3932782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpotifyGPX/IGpsPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace SpotifyGPX;
/// Interfaces with structs designated for GPS point records.
/// All structs encapsulating GPS point records must implement this interface.
/// </summary>
public interface IGpsPoint
public interface IGpsPoint : IInterfaceFront<IGpsPoint>
{
/// <summary>
/// Unique identifier of this GPS point in a list.
Expand Down

0 comments on commit 3932782

Please sign in to comment.