a small reversion from other mod that wasn't committed.

svn path=/trunk/; revision=7601
This commit is contained in:
Richard Campbell 2004-01-13 05:14:19 +00:00
parent 22d27ef5ec
commit bc5e5cf2fd

View file

@ -120,6 +120,6 @@ protected:
bool FormatTime();
void Paint();
WCHAR _time[16];
TCHAR _time[16];
ToolTip _tooltip;
};