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
@@ -15,7 +15,7 @@
#include "Types.h"
class entry_ref;
struct entry_ref;
class CpuState;
class ExpressionInfo;
+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;
+1 -1
View File
@@ -450,7 +450,7 @@ HashMap<Key, Value>::Size() const
// GetIterator
template<typename Key, typename Value>
struct HashMap<Key, Value>::Iterator
class HashMap<Key, Value>::Iterator
HashMap<Key, Value>::GetIterator() const
{
return Iterator(this);