summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerlinux.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-06-04 16:26:11 -0400
committerOz Linden <oz@lindenlab.com>2013-06-04 16:26:11 -0400
commitedf0a0c7f5dcfee2010447bc877515b70d1b1059 (patch)
tree57db5b8d0ff06c4ed985969451a062140784b7fc /indra/newview/llappviewerlinux.h
parent2f87c07a0f4986b641c94de5e7e29251ba1a2d97 (diff)
fix modified virtual function names in platform-specific modules
Diffstat (limited to 'indra/newview/llappviewerlinux.h')
-rwxr-xr-xindra/newview/llappviewerlinux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerlinux.h b/indra/newview/llappviewerlinux.h
index b30977acb3..fb77600c10 100755
--- a/indra/newview/llappviewerlinux.h
+++ b/indra/newview/llappviewerlinux.h
@@ -63,7 +63,7 @@ protected:
virtual bool restoreErrorTrap();
virtual void handleCrashReporting(bool reportFreeze);
- virtual void initLogging();
+ virtual void initLoggingAndGetLastDuration();
virtual bool initParseCommandLine(LLCommandLineParser& clp);
virtual bool initSLURLHandler();