From f6a31ac68f372145f595427a63d602071814a267 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 17 Aug 2006 18:27:44 +0000 Subject: [PATCH] Fix stupid VC warning. class foo is the same as struct foo. --- stepmania/src/NoteField.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NoteField.h b/stepmania/src/NoteField.h index 5a9e42fd05..1a2be32fcf 100644 --- a/stepmania/src/NoteField.h +++ b/stepmania/src/NoteField.h @@ -11,7 +11,7 @@ #include "ReceptorArrowRow.h" #include "GhostArrowRow.h" -class Attack; +struct Attack; class NoteData; class NoteField : public ActorFrame