summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/tests/llupdaterservice_test.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-10 14:51:59 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-10 14:51:59 -0800
commit573ab07a40acc78e28ae390331d862d3f858bb07 (patch)
tree7944ca93182468372186d202e45ba1ddcd7635b2 /indra/viewer_components/updater/tests/llupdaterservice_test.cpp
parent45e72bf3cbd08eef96663d569cec3ecae198a8e4 (diff)
parentfde976cf2bf9740dcd821ad37f0747beaabe34dd (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.cpp2
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 ""; }