summaryrefslogtreecommitdiffstats
path: root/stats/pieseries.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/pieseries.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/pieseries.h')
-rw-r--r--stats/pieseries.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/pieseries.h b/stats/pieseries.h
index c7e2af319..646c4bfbe 100644
--- a/stats/pieseries.h
+++ b/stats/pieseries.h
@@ -9,7 +9,7 @@
#include <vector>
#include <QString>
-class InformationBox;
+struct InformationBox;
class QGraphicsEllipseItem;
class QGraphicsScene;
class QGraphicsSimpleTextItem;