diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 1 |
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 25fd1b034d..390879352c 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -100,6 +100,7 @@ std::string LLUpdateDownloader::downloadMarkerPath(void) }
void LLUpdateDownloader::resume(void) {}
+void LLUpdateDownloader::cancel(void) {}
int ll_install_update(std::string const &, std::string const &, LLInstallScriptMode)
{
|