Add missing struct keyword in DivePlotDataModel
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6d7a9b9466
commit
b4679c819f
@ -62,7 +62,7 @@ public:
|
||||
void calculateDecompression();
|
||||
|
||||
private:
|
||||
plot_info pInfo;
|
||||
struct plot_info pInfo;
|
||||
int diveId;
|
||||
unsigned int dcNr;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user