diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-10 16:53:38 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-10 16:53:38 +0100 |
commit | fb7f560f833fa9073f9aa3b793228f34ff6b2466 (patch) | |
tree | 5aba949d4a4c4aafa461cd0442ce30b817f53827 /indra/newview | |
parent | 36b9ee31139626f850cac34d599d30896949e888 (diff) |
Fix Linux build failure... one would hope.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvocache.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index ee32bd562e..0b903e62b1 100644 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -643,4 +643,5 @@ void LLVOCache::writeToCache(U64 handle, const LLUUID& id, const LLVOCacheEntry: delete apr_file ; return ; -}
\ No newline at end of file +} + |