diff options
author | Oz Linden <oz@lindenlab.com> | 2012-12-14 12:57:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-12-14 12:57:05 -0500 |
commit | 07dd6cf67e316797974d1e26961d0d63a4b40ef2 (patch) | |
tree | f04964498264df702bb7d63343ecb3ea3015e05b /indra/viewer_components/updater/tests | |
parent | 83299b56c4a9922a2dfa141f2ff45f3d52883c07 (diff) | |
parent | d3293be2fe5b2bb04310ad1efc3801f724589654 (diff) |
merge changes for DRTVWR-224
Diffstat (limited to 'indra/viewer_components/updater/tests')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp index db52e6c55f..a49bc4161e 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -63,7 +63,7 @@ class LLDir_Mock : public LLDir const std::string &mask, std::string &fname) {} std::string getCurPath() { return ""; } - BOOL fileExists(const std::string &filename) const { return false; } + bool fileExists(const std::string &filename) const { return false; } std::string getLLPluginLauncher() { return ""; } std::string getLLPluginFilename(std::string base_name) { return ""; } |