From a7a0e640e8031020bb7f835b117a73c4ed9fd299 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 17 Aug 2006 19:25:36 +0000 Subject: [PATCH] VC warning fix: class -> struct --- stepmania/src/HighScore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/HighScore.h b/stepmania/src/HighScore.h index 358f8eebbc..e38216149b 100644 --- a/stepmania/src/HighScore.h +++ b/stepmania/src/HighScore.h @@ -9,7 +9,7 @@ #include "RageUtil_AutoPtr.h" class XNode; -class RadarValues; +struct RadarValues; struct lua_State; struct HighScoreImpl;