summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
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);