diff --git a/stepmania/src/GhostArrowRow.cpp b/stepmania/src/GhostArrowRow.cpp index 2240205216..db72ae741d 100644 --- a/stepmania/src/GhostArrowRow.cpp +++ b/stepmania/src/GhostArrowRow.cpp @@ -44,7 +44,7 @@ void GhostArrowRow::Load( const PlayerState* pPlayerState, float fYReverseOffset } } -void GhostArrowRow::~GhostArrowRow() +GhostArrowRow::~GhostArrowRow() { for( int i = 0; i < m_iNumCols; ++i ) {