From eb8961235f7dcb03e3fe8ae2d02929d97cc5d7d7 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 27 Sep 2016 12:38:49 -0400 Subject: 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. --- indra/newview/llwindebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llwindebug.h b/indra/newview/llwindebug.h index 89297e94e1..90882cf04a 100644 --- a/indra/newview/llwindebug.h +++ b/indra/newview/llwindebug.h @@ -34,7 +34,7 @@ class LLWinDebug: public LLSingleton { - LLSINGLETON(LLWinDebug); + LLSINGLETON_EMPTY_CTOR(LLWinDebug); public: static void init(); static void generateMinidump(struct _EXCEPTION_POINTERS *pExceptionInfo = NULL); -- cgit v1.2.3