summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-10-11 12:27:51 -0700
committerRichard Nelson <none@none>2010-10-11 12:27:51 -0700
commit67ac18dbe0e76a3b94f09768ee61b78585c0f2a0 (patch)
treec6d749223cb12a24f9f62c3dafc15f3482bec26f /indra
parentc25216ca3a1bc4bd7a88a2519fe156a00902e85c (diff)
fix for linux build
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llappviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index 62ebd0712e..0e7dbb738b 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -71,7 +71,7 @@ public:
void userQuit(); // The users asks to quit. Confirm, then requestQuit()
void earlyExit(const std::string& name,
const LLSD& substitutions = LLSD()); // Display an error dialog and forcibly quit.
- void LLAppViewer::earlyExitNoNotify(); // Do not display error dialog then forcibly quit.
+ void earlyExitNoNotify(); // Do not display error dialog then forcibly quit.
void forceExit(S32 arg); // exit() immediately (after some cleanup).
void abortQuit(); // Called to abort a quit request.