From 5775bd7b27f0c71a78cfe526b971c3f1652b4add Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Mon, 11 Jan 2021 13:22:39 +0100 Subject: Silence some compiler warnings This is what clang suggested in compiler warnings. Signed-off-by: Robert C. Helling --- stats/barseries.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stats/barseries.h') 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 class QGraphicsScene; -class InformationBox; -class StatsVariable; +struct InformationBox; +struct StatsVariable; class BarSeries : public StatsSeries { public: -- cgit v1.2.3-70-g09d2