cleanup: remove struct/class confusion
DiveSiteChange is defined as a struct, not as a class. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
369baa5b74
commit
1a0cf0bb44
@ -24,7 +24,7 @@
|
||||
|
||||
class QAction;
|
||||
class DiveObjectHelper;
|
||||
class DiveSiteChange; // An obscure implementation artifact - remove in due course.
|
||||
struct DiveSiteChange; // An obscure implementation artifact - remove in due course.
|
||||
|
||||
class QMLManager : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user