summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-04-02 15:01:25 -0400
committerOz Linden <oz@lindenlab.com>2013-04-02 15:01:25 -0400
commite20099155378fd10f7997e36ae8ef150c8c5ad91 (patch)
treefa92a3a27384d86eb36d9843a729acf8e60f3633 /indra/newview/llappviewerwin32.h
parentce0dbbd8a543a32e033eb15888259151ca113539 (diff)
change initLogging virtual functions to void (returns were ignored anyway)
Diffstat (limited to 'indra/newview/llappviewerwin32.h')
-rw-r--r--indra/newview/llappviewerwin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.h b/indra/newview/llappviewerwin32.h
index 67594aea48..d95174dd1d 100644
--- a/indra/newview/llappviewerwin32.h
+++ b/indra/newview/llappviewerwin32.h
@@ -44,7 +44,7 @@ public:
virtual bool cleanup();
protected:
- virtual bool initLogging(); // Override to clean stack_trace info.
+ virtual void initLogging(); // Override to clean stack_trace info.
virtual void initConsole(); // Initialize OS level debugging console.
virtual bool initHardwareTest(); // Win32 uses DX9 to test hardware.
virtual bool initParseCommandLine(LLCommandLineParser& clp);