summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-09-27 12:38:49 -0400
committerNat Goodspeed <nat@lindenlab.com>2016-09-27 12:38:49 -0400
commiteb8961235f7dcb03e3fe8ae2d02929d97cc5d7d7 (patch)
treede00583840f2b2dc78c7052e3a3043c4a8033c19 /indra
parentd80145bf0f37d19ca10e78a9da00baf9c5c034e7 (diff)
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.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llwindebug.h2
1 files changed, 1 insertions, 1 deletions
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<LLWinDebug>
{
- LLSINGLETON(LLWinDebug);
+ LLSINGLETON_EMPTY_CTOR(LLWinDebug);
public:
static void init();
static void generateMinidump(struct _EXCEPTION_POINTERS *pExceptionInfo = NULL);