From 91497c40c53f145749ae418c8f49e05916d87f5b Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Tue, 28 Jul 2009 13:46:34 -0700 Subject: [PATCH] Fix Linux compile problem --- indra/newview/lllogininstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index c08cc2baae9..16192079a20 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -450,4 +450,4 @@ std::string construct_start_string() start = gSavedSettings.getString("LoginLocation"); } return start; -} \ No newline at end of file +} -- GitLab