1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-14 19:04:23 +02:00

Make coverity happy

This commit is contained in:
2016-11-11 21:37:35 +01:00
parent 20c82deda7
commit 9cadb8d0a5
3 changed files with 10 additions and 2 deletions

View File

@ -10,7 +10,8 @@ class IGCParser : public Parser
{
public:
IGCParser(QList<TrackData> &tracks, QList<RouteData> &routes,
QList<Waypoint> &waypoints) : Parser(tracks, routes, waypoints) {}
QList<Waypoint> &waypoints) : Parser(tracks, routes, waypoints)
{_errorLine = 0;}
~IGCParser() {}
bool loadFile(QFile *file);