[PATCH] Add missing struct keyword in DivePlotDataModel

Anton Lundin glance at acc.umu.se
Wed Jul 16 23:36:36 PDT 2014


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/profile/diveplotdatamodel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/profile/diveplotdatamodel.h b/qt-ui/profile/diveplotdatamodel.h
index bb0c641..9db4a07 100644
--- a/qt-ui/profile/diveplotdatamodel.h
+++ b/qt-ui/profile/diveplotdatamodel.h
@@ -62,7 +62,7 @@ public:
 	void calculateDecompression();
 
 private:
-	plot_info pInfo;
+	struct plot_info pInfo;
 	int diveId;
 	unsigned int dcNr;
 };
-- 
1.9.1



More information about the subsurface mailing list