More class/struct mixup fixes.

Spotted by Clang.
This commit is contained in:
Augustin Cavalier
2018-06-18 23:16:50 -04:00
parent fe17f0df1f
commit 9216fc0178
22 changed files with 36 additions and 35 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
#define OP_SMALL_ARC_TO_CCW 0x08000000
struct shape_data : public BReferenceable {
class shape_data : public BReferenceable {
public:
uint32* opList;
BPoint* ptList;
int32 opCount;