diff options
author | Oz Linden <oz@lindenlab.com> | 2013-06-04 16:26:11 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-06-04 16:26:11 -0400 |
commit | edf0a0c7f5dcfee2010447bc877515b70d1b1059 (patch) | |
tree | 57db5b8d0ff06c4ed985969451a062140784b7fc /indra/newview/llappviewerwin32.h | |
parent | 2f87c07a0f4986b641c94de5e7e29251ba1a2d97 (diff) |
fix modified virtual function names in platform-specific modules
Diffstat (limited to 'indra/newview/llappviewerwin32.h')
-rwxr-xr-x | indra/newview/llappviewerwin32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.h b/indra/newview/llappviewerwin32.h index d95174dd1d..386bddd495 100755 --- a/indra/newview/llappviewerwin32.h +++ b/indra/newview/llappviewerwin32.h @@ -44,7 +44,7 @@ public: virtual bool cleanup(); protected: - virtual void initLogging(); // Override to clean stack_trace info. + virtual void initLoggingAndGetLastDuration(); // 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); |