split out declarations to work around MSVC bug

This commit is contained in:
Vladimir Vukicevic 2010-04-20 14:44:39 -07:00
parent 3f928c2993
commit 9d6a2f9408

View File

@ -132,7 +132,8 @@ private:
class NS_COM FunctionTimer
{
static FunctionTimerLog* sLog;
static char *sBuf1, *sBuf2;
static char *sBuf1;
static char *sBuf2;
static int sBufSize;
enum { BUF_LOG_LENGTH = 256 };