diff options
author | Aura Linden <aura@lindenlab.com> | 2012-11-12 18:06:32 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-11-12 18:06:32 -0800 |
commit | eca619985206462d39dc9ae665857e97948562da (patch) | |
tree | fb7b9c7eb7a8a68efef5a8c2de98bf5c970b6c4e /indra/viewer_components/updater | |
parent | 44d511669ba85a0311dc8d0901f22a1f38c0790b (diff) |
Ported slplugin and some other missing components for cocoa.
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 7c016fecf9..f0d3fcbd07 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 ""; } |