diff options
| author | Kitty Barnett <develop@catznip.com> | 2012-12-18 21:57:25 +0100 |
|---|---|---|
| committer | Kitty Barnett <develop@catznip.com> | 2012-12-18 21:57:25 +0100 |
| commit | c309a7bd9446cc942830998b1f5873cc62e9dffb (patch) | |
| tree | bbfe0d41ebc7e303db1bd95c419f604e04fb9ab2 /indra/newview/tests/lldir_stub.cpp | |
| parent | ca790f7320c9fc6c43e8c6022c9e511a85fd1c9d (diff) | |
| parent | 3feacc96c6cf87f1be034312d8c71d21bae88351 (diff) | |
Merge with viewer-materials tip
Diffstat (limited to 'indra/newview/tests/lldir_stub.cpp')
| -rw-r--r-- | indra/newview/tests/lldir_stub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/lldir_stub.cpp b/indra/newview/tests/lldir_stub.cpp index 3c0a4377d8..2bc6772d86 100644 --- a/indra/newview/tests/lldir_stub.cpp +++ b/indra/newview/tests/lldir_stub.cpp @@ -48,7 +48,7 @@ public: /*virtual*/ U32 countFilesInDir(const std::string &dirname, const std::string &mask) { return 42; } /*virtual*/ BOOL getNextFileInDir(const std::string &dirname, const std::string &mask, std::string &fname, BOOL wrap) { fname = fname + "_NEXT"; return false; } /*virtual*/ void getRandomFileInDir(const std::string &dirname, const std::string &mask, std::string &fname) { fname = "RANDOM_FILE"; } - /*virtual*/ BOOL fileExists(const std::string &filename) const { return false; } + /*virtual*/ bool fileExists(const std::string &filename) const { return false; } }; LLDir_stub gDirUtil; |
