statistics: clean up class vs. struct

Those should be equivalent, but apparently aren't with some compilers.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-12-17 09:30:59 -08:00
parent 61e8ceef05
commit bded5f3e5f

View file

@ -12,8 +12,8 @@
struct dive;
struct InformationBox;
struct ChartPieItem;
struct ChartTextItem;
class ChartPieItem;
class ChartTextItem;
class QRectF;
class PieSeries : public StatsSeries {