Skip to content

Commit 1447895

Browse files
committed
Engine: hotfix warnings about MoveList declared as struct
1 parent 060152c commit 1447895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/ac/character.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void Character_SetBlendMode(CharacterInfo *chaa, int blendMode);
163163

164164
//=============================================================================
165165

166-
struct MoveList;
166+
class MoveList;
167167
namespace AGS { namespace Common { class Bitmap; } }
168168
using namespace AGS; // FIXME later
169169

0 commit comments

Comments
 (0)