diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-22 13:49:04 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-22 13:49:04 +0100 |
commit | 1200c4aabfed19fb4e8e330041bb1f3694ee7aab (patch) | |
tree | f298b04235961f396da39160a3060dbf0b2b39a0 /indra/newview/tests/lllogininstance_test.cpp | |
parent | 24a7ac8dd6438a1648feda1fa34dc4482d0c8d2d (diff) |
doh, fix this in the RIGHT place.
Diffstat (limited to 'indra/newview/tests/lllogininstance_test.cpp')
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index b750d5d816..712f9a197e 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -100,8 +100,6 @@ void LLCredential::authenticatorType(std::string &idType) //----------------------------------------------------------------------------- #include "../llviewernetwork.h" LLGridManager::~LLGridManager() -: - mIsInProductionGrid(false) { } @@ -109,6 +107,8 @@ void LLGridManager::addGrid(LLSD& grid_data) { } LLGridManager::LLGridManager() +: + mIsInProductionGrid(false) { } |