diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-10 14:51:59 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-10 14:51:59 -0800 |
commit | 573ab07a40acc78e28ae390331d862d3f858bb07 (patch) | |
tree | 7944ca93182468372186d202e45ba1ddcd7635b2 /indra/viewer_components/updater/tests/llupdaterservice_test.cpp | |
parent | 45e72bf3cbd08eef96663d569cec3ecae198a8e4 (diff) | |
parent | fde976cf2bf9740dcd821ad37f0747beaabe34dd (diff) |
Merge pull from lindenlab/viewer-beta
Diffstat (limited to 'indra/viewer_components/updater/tests/llupdaterservice_test.cpp')
-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 ""; } |