diff options
author | Rider Linden <rider@lindenlab.com> | 2015-07-02 09:22:05 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-07-02 09:22:05 -0700 |
commit | d785ec312bb7f4e77517eb44f46f276ba0129677 (patch) | |
tree | 9686020c06681328d7150ef6a89d975bd2d418ce /indra/newview/llfloaterscriptlimits.h | |
parent | f8a7eda55bdd34eeb2fafed21d23d26cd25f924d (diff) | |
parent | 2a29dbc48295ad24a8a7137a10b9d891debea978 (diff) |
Merge
Diffstat (limited to 'indra/newview/llfloaterscriptlimits.h')
-rwxr-xr-x | indra/newview/llfloaterscriptlimits.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llfloaterscriptlimits.h b/indra/newview/llfloaterscriptlimits.h index 030020087b..e3cbbd185f 100755 --- a/indra/newview/llfloaterscriptlimits.h +++ b/indra/newview/llfloaterscriptlimits.h @@ -132,9 +132,9 @@ private: std::vector<LLSD> mObjectListItems; - void getLandScriptResourcesCoro(LLCoros::self& self, std::string url); - void getLandScriptSummaryCoro(LLCoros::self& self, std::string url); - void getLandScriptDetailsCoro(LLCoros::self& self, std::string url); + void getLandScriptResourcesCoro(std::string url); + void getLandScriptSummaryCoro(std::string url); + void getLandScriptDetailsCoro(std::string url); protected: @@ -180,7 +180,7 @@ public: void clearList(); private: - void getAttachmentLimitsCoro(LLCoros::self& self, std::string url); + void getAttachmentLimitsCoro(std::string url); bool mGotAttachmentMemoryUsed; S32 mAttachmentMemoryMax; |