summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/llupdatechecker.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-08-22 10:51:52 -0400
committerOz Linden <oz@lindenlab.com>2012-08-22 10:51:52 -0400
commite4b553075e5e7cb725e219008d147298b24626bb (patch)
tree2051216dcb9c9d996e2c6aef7ab2d07eccd95411 /indra/viewer_components/updater/llupdatechecker.h
parente7b378f0f1f9b1cc2c1dcba809484a177338de64 (diff)
parent173364ed5da234c68dd6d0497e443f7aeb98e1b1 (diff)
merge changes for
Diffstat (limited to 'indra/viewer_components/updater/llupdatechecker.h')
-rw-r--r--indra/viewer_components/updater/llupdatechecker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdatechecker.h b/indra/viewer_components/updater/llupdatechecker.h
index cea1f13647..d882169068 100644
--- a/indra/viewer_components/updater/llupdatechecker.h
+++ b/indra/viewer_components/updater/llupdatechecker.h
@@ -44,7 +44,7 @@ public:
LLUpdateChecker(Client & client);
// Check status of current app on the given host for the channel and version provided.
- void check(std::string const & protocolVersion, std::string const & hostUrl,
+ void checkVersion(std::string const & protocolVersion, std::string const & hostUrl,
std::string const & servicePath, std::string channel, std::string version);
private: