From cddb530b4de1521f59261dd53498e49a4050191b Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Fri, 19 Jan 2018 14:05:59 +0000 Subject: Skip warning about direct launch of viewer if running under debugger. Currently this check should work on windows and linux. --- indra/newview/llappviewerwin32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llappviewerwin32.h') diff --git a/indra/newview/llappviewerwin32.h b/indra/newview/llappviewerwin32.h index 59d1ddaa3d..c5fae6a3a3 100644 --- a/indra/newview/llappviewerwin32.h +++ b/indra/newview/llappviewerwin32.h @@ -49,6 +49,7 @@ protected: virtual bool initHardwareTest(); // Win32 uses DX9 to test hardware. virtual bool initParseCommandLine(LLCommandLineParser& clp); + virtual bool beingDebugged(); virtual bool restoreErrorTrap(); virtual void initCrashReporting(bool reportFreeze); -- cgit v1.2.3