diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-14 10:59:46 -0800 |
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-14 10:59:46 -0800 |
| commit | 44737a3992b112c8191593e71533c19e4c10f911 (patch) | |
| tree | eb2f965f49bf442939724ed8ec312ad7e3806ac9 /indra/llvfs/tests/lldir_test.cpp | |
| parent | e42755dd16195244a6743fc3970f24fec08f03b9 (diff) | |
| parent | 23ffb7db1bb065b5afbdcb94eab57720d604ae8d (diff) | |
merging latest changes
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 |
