diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-07-28 13:46:34 -0700 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-07-28 13:46:34 -0700 |
commit | 91497c40c53f145749ae418c8f49e05916d87f5b (patch) | |
tree | d3c97ddfae32df41b0ad19186ebf421dc697d66c /indra | |
parent | cc3687266f470057ff6fda09239815010c3666d4 (diff) |
Fix Linux compile problem
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lllogininstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index c08cc2baae..16192079a2 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 +} |