fix VC6 compile error

This commit is contained in:
Chris Danford
2003-12-21 03:27:35 +00:00
parent f74f47ab88
commit f9f603ca5b
+1 -1
View File
@@ -204,7 +204,7 @@ private:
void GetMeterRange( int stage, int& iMeterLowOut, int& iMeterHighOut, int Difficult = -1 ) const;
typedef pair<StepsType,bool> InfoParams;
typedef vector<Course::Info> InfoData;
typedef vector<Info> InfoData;
typedef map<InfoParams, InfoData> InfoCache;
mutable InfoCache m_InfoCache;
};