summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterabout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterabout.cpp')
-rwxr-xr-xindra/newview/llfloaterabout.cpp6
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;
};