Skip to content

Commit

Permalink
make member funct static
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Nov 19, 2023
1 parent 48b139d commit 4272135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpx.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class GpxFormat : public Format
void tag_wpt(const QXmlStreamAttributes& attr);
void tag_cache_desc(const QXmlStreamAttributes& attr);
void tag_gs_cache(const QXmlStreamAttributes& attr) const;
void tag_garmin_fs(tag_type tag, const QString& text, Waypoint* waypt);
static void tag_garmin_fs(tag_type tag, const QString& text, Waypoint* waypt);
void start_something_else(QStringView el, const QXmlStreamAttributes& attr);
void end_something_else();
void tag_log_wpt(const QXmlStreamAttributes& attr) const;
Expand Down

0 comments on commit 4272135

Please sign in to comment.