diff options
-rwxr-xr-x | indra/newview/llfloaterperms.h | 10 |
1 files changed, 5 insertions, 5 deletions
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; |