diff --git a/stepmania/src/Course.h b/stepmania/src/Course.h index 96d361d8b0..7dd61e190d 100644 --- a/stepmania/src/Course.h +++ b/stepmania/src/Course.h @@ -204,7 +204,7 @@ private: void GetMeterRange( int stage, int& iMeterLowOut, int& iMeterHighOut, int Difficult = -1 ) const; typedef pair InfoParams; - typedef vector InfoData; + typedef vector InfoData; typedef map InfoCache; mutable InfoCache m_InfoCache; };