mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Stop Compiler Warning: Change struct to class
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
474fc72e32
commit
8c0023e151
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue