Skip to content
Snippets Groups Projects
Commit b5f64f9a authored by Roxie Linden's avatar Roxie Linden
Browse files

Fix linux build

parent e65b6d96
No related branches found
No related tags found
No related merge requests found
...@@ -604,7 +604,7 @@ void LLAppViewerLinux::handleCrashReporting(bool reportFreeze) ...@@ -604,7 +604,7 @@ void LLAppViewerLinux::handleCrashReporting(bool reportFreeze)
{cmd.c_str(), {cmd.c_str(),
ask_dialog, ask_dialog,
"-user", "-user",
(char*)LLViewerLogin::getInstance()->getGridLabel().c_str(), (char*)LLGridManager::getInstance()->getGridLabel().c_str(),
"-name", "-name",
LLAppViewer::instance()->getSecondLifeTitle().c_str(), LLAppViewer::instance()->getSecondLifeTitle().c_str(),
NULL}; NULL};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment