diff options
-rw-r--r-- | qt-models/divetripmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index ff15893eb..a2cbf83a3 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -6,7 +6,7 @@ #include "core/subsurface-qt/DiveListNotifier.h" #include <QAbstractItemModel> -struct DiveFilter; +class DiveFilter; // There are two different representations of the dive list: // 1) Tree view: two-level model where dives are grouped by trips |