diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2016-09-27 12:38:49 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2016-09-27 12:38:49 -0400 | 
| commit | eb8961235f7dcb03e3fe8ae2d02929d97cc5d7d7 (patch) | |
| tree | de00583840f2b2dc78c7052e3a3043c4a8033c19 | |
| parent | d80145bf0f37d19ca10e78a9da00baf9c5c034e7 (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.
| -rw-r--r-- | indra/newview/llwindebug.h | 2 | 
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); | 
