Fix memory leak. See stepmania-devs.

This commit is contained in:
Steve Checkoway
2006-09-03 05:43:36 +00:00
parent 808c8019d6
commit 72aa78003c
+1 -1
View File
@@ -61,7 +61,7 @@ struct WheelItemBaseData
{ {
WheelItemBaseData() {} WheelItemBaseData() {}
WheelItemBaseData( WheelItemType wit, RString sText, RageColor color ); WheelItemBaseData( WheelItemType wit, RString sText, RageColor color );
virtual ~WheelItemBaseData() {}
WheelItemType m_Type; WheelItemType m_Type;
RString m_sText; RString m_sText;
RageColor m_color; // either text color or section background color RageColor m_color; // either text color or section background color