MAINT-5232: LLWinDebug has empty constructor.

This didn't become apparent until we got past the other Windows build issues
and attempted to link the viewer itself.
master
Nat Goodspeed 2016-09-27 12:38:49 -04:00
parent d80145bf0f
commit eb8961235f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
class LLWinDebug:
public LLSingleton<LLWinDebug>
{
LLSINGLETON(LLWinDebug);
LLSINGLETON_EMPTY_CTOR(LLWinDebug);
public:
static void init();
static void generateMinidump(struct _EXCEPTION_POINTERS *pExceptionInfo = NULL);