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:
Anton Lundin 2014-07-17 08:36:36 +02:00 committed by Dirk Hohndel
parent 6d7a9b9466
commit b4679c819f

View file

@ -62,7 +62,7 @@ public:
void calculateDecompression();
private:
plot_info pInfo;
struct plot_info pInfo;
int diveId;
unsigned int dcNr;
};