summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-06-11 12:19:52 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-06-11 12:19:52 +0300
commitaddaef9fa509edafca91d804061d73ad0ac7a397 (patch)
treeaa75e92cf62157cab5362bbba150040249aea7cf /indra
parentd201f49ce38194477a73d515909e0a8dc25baf16 (diff)
build fix
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfloaterperms.h10
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;