aboutsummaryrefslogtreecommitdiffstats
path: root/stats/barseries.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2021-01-11 13:22:39 +0100
committerGravatar Robert C. Helling <helling@atdotde.de>2021-01-14 20:51:23 +0100
commit5775bd7b27f0c71a78cfe526b971c3f1652b4add (patch)
tree03500f852d7fd11695f4e3c9e83ba8b227c2699d /stats/barseries.h
parentd83c9b524622286d4dcd35d1233dfc722511a5be (diff)
downloadsubsurface-5775bd7b27f0c71a78cfe526b971c3f1652b4add.tar.gz
Silence some compiler warnings
This is what clang suggested in compiler warnings. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'stats/barseries.h')
-rw-r--r--stats/barseries.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stats/barseries.h b/stats/barseries.h
index 299998bfb..0c8c34ffd 100644
--- a/stats/barseries.h
+++ b/stats/barseries.h
@@ -13,8 +13,8 @@
#include <QGraphicsRectItem>
class QGraphicsScene;
-class InformationBox;
-class StatsVariable;
+struct InformationBox;
+struct StatsVariable;
class BarSeries : public StatsSeries {
public: