build fix for linux

master
Mnikolenko ProductEngine 2015-07-13 16:58:41 +03:00
parent f9929bb62e
commit c7328a348f
1 changed files with 3 additions and 3 deletions

View File

@ -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;
};