diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-06-11 12:19:52 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-06-11 12:19:52 +0300 |
commit | addaef9fa509edafca91d804061d73ad0ac7a397 (patch) | |
tree | aa75e92cf62157cab5362bbba150040249aea7cf | |
parent | d201f49ce38194477a73d515909e0a8dc25baf16 (diff) |
build fix
-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; |