Fix warning

This commit is contained in:
Steve Checkoway
2005-04-28 17:04:11 +00:00
parent 77efd71587
commit b1f6f2c4a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include "GameSoundManager.h"
#include "ThemeMetric.h"
CString WARNING_COMMAND_NAME( size_t i ) { return ssprintf("WarningCommand%d",i); }
CString WARNING_COMMAND_NAME( size_t i ) { return ssprintf("WarningCommand%d",int(i)); }
static const ThemeMetric<int> WARNING_START ("MenuTimer","WarningStart");
static const ThemeMetric<int> WARNING_BEEP_START ("MenuTimer","WarningBeepStart");