diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-17 13:31:47 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-17 13:31:47 -0800 |
commit | 2e015caf26fcba6ef44000588b5bad89118b63a9 (patch) | |
tree | fb09d0e5d110175ebe14abd5b1e2bf2e4710bdb2 /indra/llvfs/tests/lldir_test.cpp | |
parent | 6710b60b104a119b91ffc468424f8c8fe25ef2da (diff) | |
parent | 36222cfa8c6960372acf10938a16fefe2a210259 (diff) |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/llvfs/tests/lldir_test.cpp')
-rw-r--r-- | indra/llvfs/tests/lldir_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/tests/lldir_test.cpp b/indra/llvfs/tests/lldir_test.cpp index 323f876c12..3cff622a4b 100644 --- a/indra/llvfs/tests/lldir_test.cpp +++ b/indra/llvfs/tests/lldir_test.cpp @@ -134,7 +134,7 @@ struct LLDir_Dummy: public LLDir return 0; } - virtual BOOL fileExists(const std::string& pathname) const + virtual bool fileExists(const std::string& pathname) const { // Record fileExists() calls so we can check whether caching is // working right. Certain LLDir calls should be able to make decisions |