diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-07-13 16:58:41 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-07-13 16:58:41 +0300 | 
| commit | c7328a348feb7eae0d35e97ec3fdca6e1d72c2e4 (patch) | |
| tree | 58d82248b2718172cb904972a37387ba1610bd89 /indra | |
| parent | f9929bb62eb79f80acd49c74f83edee0abc1ab66 (diff) | |
build fix for linux
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llfloaterabout.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index d88a869d60..c5d637d1fc 100755 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -111,13 +111,13 @@ private:  	void setSupportText(const std::string& server_release_notes_url);  	// notifications for user requested checks -	static void LLFloaterAbout::showCheckUpdateNotification(S32 state); +	static void showCheckUpdateNotification(S32 state);  	// callback method for manual checks -	static bool LLFloaterAbout::callbackCheckUpdate(LLSD const & event); +	static bool callbackCheckUpdate(LLSD const & event);  	// listener name for update checks -	static const std::string LLFloaterAbout::sCheckUpdateListenerName; +	static const std::string sCheckUpdateListenerName;  }; | 
