Fix stupid VC warning. class foo is the same as struct foo.

This commit is contained in:
Steve Checkoway
2006-08-17 18:27:44 +00:00
parent b18a740914
commit f6a31ac68f
+1 -1
View File
@@ -11,7 +11,7 @@
#include "ReceptorArrowRow.h" #include "ReceptorArrowRow.h"
#include "GhostArrowRow.h" #include "GhostArrowRow.h"
class Attack; struct Attack;
class NoteData; class NoteData;
class NoteField : public ActorFrame class NoteField : public ActorFrame