From 9ed76073b99a372ba25ad818c9d160799304ad91 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Fri, 2 Oct 2015 16:22:16 -0700 Subject: [PATCH] Fix linux build --- GPX | 2 +- main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GPX b/GPX index 8737f8a..27636d9 160000 --- a/GPX +++ b/GPX @@ -1 +1 @@ -Subproject commit 8737f8ad864b9369b6951850a512d8fc3fb8cd66 +Subproject commit 27636d90c9a4a4036f9ec0d624d964eb29bfc3db diff --git a/main.h b/main.h index ed1a7fb..32de30e 100644 --- a/main.h +++ b/main.h @@ -45,7 +45,7 @@ class SetupEvents QCommandLineOption cloObsolete; QCommandLineOption cloUninstall; #else - void AddOptions(QCommandLineParser &clp) {} + void addOptions(QCommandLineParser &clp) {} bool handleOptions(QCommandLineParser &clp) {return true;} #endif // Q_OS_WIN };