summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-28 15:41:01 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-28 15:41:01 -0800
commitaf969270990ca719277def274b8ebf20539cc435 (patch)
treeeb8ed3e9681631d713002f148e7c0389af298497 /indra/viewer_components/updater
parentc731d3c2bef9568d18829305f32707861e87caea (diff)
Fix test failure
Diffstat (limited to 'indra/viewer_components/updater')
-rw-r--r--indra/viewer_components/updater/tests/llupdaterservice_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp
index a49bc4161e..de07beee7c 100644
--- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp
+++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp
@@ -83,6 +83,7 @@ std::string LLDir::getSkinFolder() const { return "default"; }
std::string LLDir::getLanguage() const { return "en"; }
bool LLDir::setCacheDir(const std::string &path){ return true; }
void LLDir::dumpCurrentDirectories() {}
+void LLDir::updatePerAccountChatLogsDir() {}
std::string LLDir::getExpandedFilename(ELLPath location,
const std::string &filename) const