diff options
| author | brad kittenbrink <brad@lindenlab.com> | 2010-11-04 19:11:40 -0700 | 
|---|---|---|
| committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-04 19:11:40 -0700 | 
| commit | 95d39166faecec2c851285775422c3f668641de2 (patch) | |
| tree | 6f276ca2413ed02a364c1c53def7a0bf2df18681 /indra/viewer_components/updater | |
| parent | e45ba2957630f6319f8c633a409d78be56c264bd (diff) | |
Fix for windows build breakage in teamcity.
Diffstat (limited to 'indra/viewer_components/updater')
| -rw-r--r-- | indra/viewer_components/updater/llupdaterservice.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h index 83b09c4bdd..04adf461b6 100644 --- a/indra/viewer_components/updater/llupdaterservice.h +++ b/indra/viewer_components/updater/llupdaterservice.h @@ -42,7 +42,7 @@ public:  	LLUpdaterService();  	~LLUpdaterService(); -	void setParams(const std::string& version, +	void setParams(const std::string& protocol_version,  				   const std::string& url,   				   const std::string& path,  				   const std::string& channel, | 
