fix VC7 warning

This commit is contained in:
Chris Danford
2005-04-28 08:37:13 +00:00
parent 0938d9d9a7
commit 134cbf284b
+4 -4
View File
@@ -59,10 +59,10 @@ void IPreference::SetFromStack( lua_State *L )
LuaHelpers::PopStack( (cast)m_currentValue, L ); \
}
READFROM_AND_WRITETO( int, int )
READFROM_AND_WRITETO( float, float )
READFROM_AND_WRITETO( bool, bool )
READFROM_AND_WRITETO( CString, CString )
READFROM_AND_WRITETO( int, int& )
READFROM_AND_WRITETO( float, float& )
READFROM_AND_WRITETO( bool, bool& )
READFROM_AND_WRITETO( CString, CString& )
READFROM_AND_WRITETO( PrefsManager::BackgroundMode, int& )
READFROM_AND_WRITETO( PrefsManager::BannerCache, int& )
READFROM_AND_WRITETO( PrefsManager::MusicWheelUsesSections, int& )