From addaef9fa509edafca91d804061d73ad0ac7a397 Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Thu, 11 Jun 2015 12:19:52 +0300 Subject: build fix --- indra/newview/llfloaterperms.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'indra') diff --git a/indra/newview/llfloaterperms.h b/indra/newview/llfloaterperms.h index 45ee510423..d3b52c1fe5 100755 --- a/indra/newview/llfloaterperms.h +++ b/indra/newview/llfloaterperms.h @@ -95,12 +95,12 @@ class LLFloaterPermsRequester public: LLFloaterPermsRequester(const std::string url, const LLSD report, int maxRetries); - static void LLFloaterPermsRequester::init(const std::string url, const LLSD report, int maxRetries); - static void LLFloaterPermsRequester::finalize(); - static LLFloaterPermsRequester* LLFloaterPermsRequester::instance(); + static void init(const std::string url, const LLSD report, int maxRetries); + static void finalize(); + static LLFloaterPermsRequester* instance(); - void LLFloaterPermsRequester::start(); - bool LLFloaterPermsRequester::retry(); + void start(); + bool retry(); private: int mRetriesCount; -- cgit v1.2.3