summaryrefslogtreecommitdiff
path: root/indra/viewer_components/login/tests
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-09-25 10:55:25 -0400
committerNat Goodspeed <nat@lindenlab.com>2009-09-25 10:55:25 -0400
commitec52e19dd16908acd72b78720880391a74ee8886 (patch)
tree8237eed7bef9a19c0a09d3079cdcc1cfb2f61d17 /indra/viewer_components/login/tests
parentc3e8c1f738b14de74b23b3a7276ef4dc083c0887 (diff)
DEV-32777, QAR-1619: Disable MSVC Release-build optimization for LLCoros::launchImpl().
This fixes the Release-build crash in lllogin_test.cpp.
Diffstat (limited to 'indra/viewer_components/login/tests')
-rw-r--r--indra/viewer_components/login/tests/lllogin_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/login/tests/lllogin_test.cpp b/indra/viewer_components/login/tests/lllogin_test.cpp
index e43065d49f..51f00c8344 100644
--- a/indra/viewer_components/login/tests/lllogin_test.cpp
+++ b/indra/viewer_components/login/tests/lllogin_test.cpp
@@ -56,7 +56,7 @@ public:
return pump.listen(mName, boost::bind(&LoginListener::call, this, _1));
}
- LLSD lastEvent() { return mLastEvent; }
+ LLSD lastEvent() const { return mLastEvent; }
friend std::ostream& operator<<(std::ostream& out, const LoginListener& listener)
{