From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 24 Nov 2021 16:52:22 +0000 (-0800) Subject: more nits. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~2^2~43^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d62f479f0767cd545165ad1fcd1b734fe33eb1c2;p=gpsbabel.git more nits. --- diff --git a/csv_util.cc b/csv_util.cc index 8233533b8..0a5d986cc 100644 --- a/csv_util.cc +++ b/csv_util.cc @@ -20,7 +20,7 @@ */ -#include // for assert +#include // for assert #include // for isspace #include // for fabs #include // for size_t diff --git a/discard.h b/discard.h index e27b41c51..8e8881198 100644 --- a/discard.h +++ b/discard.h @@ -41,7 +41,7 @@ public: void process() override; private: - QRegularExpression generateRegExp(const QString& glob_pattern); + static QRegularExpression generateRegExp(const QString& glob_pattern); private: char* hdopopt = nullptr;