diff options
author | Oz Linden <oz@lindenlab.com> | 2011-11-23 12:49:02 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-11-23 12:49:02 -0500 |
commit | d7d779f8aa841b5550d4049dd65c097a3c267f3d (patch) | |
tree | fa2e38f1eb82428c8e77a4aa2c3e1dcdf6295763 /indra/test/io.cpp | |
parent | 039417fc7dace6ba4b1f13de93f76b9749b26d41 (diff) | |
parent | 3212b741663e3cb8608bb432623968c568e626b5 (diff) |
merge changes for vmrg-190
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( |