cleanup: fix compiler warning

... at least for llvm.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2020-08-17 22:09:26 +02:00 committed by Dirk Hohndel
parent 62d87e9d25
commit 6ad55cd63b

View file

@ -10,7 +10,7 @@
#include <QAbstractListModel>
#include <QSortFilterProxyModel>
class dive_site;
struct dive_site;
class LocationInformationWidget : public QGroupBox {
Q_OBJECT