mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
61e8ceef05
commit
bded5f3e5f
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
|
||||
struct dive;
|
||||
struct InformationBox;
|
||||
struct ChartPieItem;
|
||||
struct ChartTextItem;
|
||||
class ChartPieItem;
|
||||
class ChartTextItem;
|
||||
class QRectF;
|
||||
|
||||
class PieSeries : public StatsSeries {
|
||||
|
|
Loading…
Reference in a new issue