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/viewer_components/updater | |
parent | 6710b60b104a119b91ffc468424f8c8fe25ef2da (diff) | |
parent | 36222cfa8c6960372acf10938a16fefe2a210259 (diff) |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/viewer_components/updater')
-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 ""; } |