From 1ab2e6022ee9ca776d775156abf046843c90b9f6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 Oct 2005 01:16:42 +0000 Subject: [PATCH] fixup --- stepmania/src/GhostArrowRow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {