summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2020-08-17 22:09:26 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-08-24 08:31:38 -0700
commit6ad55cd63b80a19b3e8981fd18fb98a3b28d3df7 (patch)
tree57f2470dd219a0a1f4ffd1e9e885d8a0a8e7e9d5 /desktop-widgets/locationinformation.h
parent62d87e9d25763e81757de417640f464e2bf5a2c0 (diff)
downloadsubsurface-6ad55cd63b80a19b3e8981fd18fb98a3b28d3df7.tar.gz
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>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r--desktop-widgets/locationinformation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h
index 54d1a2b23..c94623e23 100644
--- a/desktop-widgets/locationinformation.h
+++ b/desktop-widgets/locationinformation.h
@@ -10,7 +10,7 @@
#include <QAbstractListModel>
#include <QSortFilterProxyModel>
-class dive_site;
+struct dive_site;
class LocationInformationWidget : public QGroupBox {
Q_OBJECT