diff options
author | Richard Nelson <none@none> | 2010-10-11 12:27:51 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-10-11 12:27:51 -0700 |
commit | 67ac18dbe0e76a3b94f09768ee61b78585c0f2a0 (patch) | |
tree | c6d749223cb12a24f9f62c3dafc15f3482bec26f /indra/newview/llappviewer.h | |
parent | c25216ca3a1bc4bd7a88a2519fe156a00902e85c (diff) |
fix for linux build
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 2 |
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. |