mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
split out declarations to work around MSVC bug
This commit is contained in:
parent
3f928c2993
commit
9d6a2f9408
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user