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
parent
d80145bf0f
commit
eb8961235f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue