Skip to content

Commit

Permalink
[QA] Better TRW enum definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Jan 18, 2025
1 parent ae821a6 commit 221bb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viktrwlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ G_BEGIN_DECLS
#define IS_VIK_TRW_LAYER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VIK_TRW_LAYER_TYPE))
#define IS_VIK_TRW_LAYER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VIK_TRW_LAYER_TYPE))

enum {
typedef enum {
VIK_TRW_LAYER_SUBLAYER_TRACKS,
VIK_TRW_LAYER_SUBLAYER_WAYPOINTS,
VIK_TRW_LAYER_SUBLAYER_TRACK,
VIK_TRW_LAYER_SUBLAYER_WAYPOINT,
VIK_TRW_LAYER_SUBLAYER_ROUTES,
VIK_TRW_LAYER_SUBLAYER_ROUTE
};
} trw_subtype_enum;

typedef enum {
GPX_V1_0 = 0,
Expand Down

0 comments on commit 221bb79

Please sign in to comment.