diff options
author | Robert C. Helling <helling@atdotde.de> | 2021-01-11 13:22:39 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2021-01-14 20:51:23 +0100 |
commit | 5775bd7b27f0c71a78cfe526b971c3f1652b4add (patch) | |
tree | 03500f852d7fd11695f4e3c9e83ba8b227c2699d /stats/barseries.h | |
parent | d83c9b524622286d4dcd35d1233dfc722511a5be (diff) | |
download | subsurface-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.h | 4 |
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: |