diff options
author | Aura Linden <aura@lindenlab.com> | 2012-07-25 16:08:27 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-07-25 16:08:27 -0700 |
commit | 1154d5afde0730b541716587ca3c5b962dba1b8d (patch) | |
tree | c59af776d3436d4bde58551075d03cca4b5214f6 /indra/newview | |
parent | 3b560d4c4902eff361ac308f56d982b1147739c4 (diff) |
Reverted boost/cocoa changes to purely Mountain Lion fixes.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/tests/lldir_stub.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/tests/lldir_stub.cpp b/indra/newview/tests/lldir_stub.cpp index 288541b4fd..18cf4e7419 100644 --- a/indra/newview/tests/lldir_stub.cpp +++ b/indra/newview/tests/lldir_stub.cpp @@ -45,6 +45,7 @@ public: /*virtual*/ void initAppDirs(const std::string &app_name) {} /*virtual*/ std::string getCurPath() { return "CUR_PATH_FROM_LLDIR"; } + /*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; } |