mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public:
|
||||||
void calculateDecompression();
|
void calculateDecompression();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
plot_info pInfo;
|
struct plot_info pInfo;
|
||||||
int diveId;
|
int diveId;
|
||||||
unsigned int dcNr;
|
unsigned int dcNr;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue