diff options
author | Oz Linden <oz@lindenlab.com> | 2011-11-21 15:28:25 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-11-21 15:28:25 -0500 |
commit | 3212b741663e3cb8608bb432623968c568e626b5 (patch) | |
tree | e913c151aae15738f8c0b173274126516c9b0739 /indra/test/io.cpp | |
parent | b17c52d63ee159e071298ac0a8176a57a2e9b6de (diff) | |
parent | 2f533950fccbbc37fbff65020201897999aaca04 (diff) |
merge changes for storm-1634
Diffstat (limited to 'indra/test/io.cpp')
-rw-r--r-- | indra/test/io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/io.cpp b/indra/test/io.cpp index c06c1b153b..ce747f667d 100644 --- a/indra/test/io.cpp +++ b/indra/test/io.cpp @@ -909,7 +909,7 @@ namespace tut pipe_and_pump_fitness() { - LLFrameTimer::updateFrameTime(); + LLFrameTimer::updateFrameTime(); apr_pool_create(&mPool, NULL); mPump = new LLPumpIO(mPool); mSocket = LLSocket::create( |