diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-07-10 19:34:20 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-07-10 19:34:20 -0400 |
commit | 391d9a367b61fe8098ffff0d6a6a54f65f0a3a9e (patch) | |
tree | 6afd2069680a87d0f9ec7a35e8abbcaf720796aa /indra/newview/llremoteparcelrequest.h | |
parent | 9809f59fa93952d066e61223b4c6d1895a43e4dd (diff) | |
parent | efa9a0f99c17b2b937120bcad6e3d45944122ed9 (diff) |
Merge restore of more selfless changes
Diffstat (limited to 'indra/newview/llremoteparcelrequest.h')
-rwxr-xr-x | indra/newview/llremoteparcelrequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llremoteparcelrequest.h b/indra/newview/llremoteparcelrequest.h index 982a1590e5..cb5af50c5f 100755 --- a/indra/newview/llremoteparcelrequest.h +++ b/indra/newview/llremoteparcelrequest.h @@ -91,7 +91,7 @@ private: typedef std::multimap<LLUUID, LLHandle<LLRemoteParcelInfoObserver> > observer_multimap_t; observer_multimap_t mObservers; - void regionParcelInfoCoro(LLCoros::self& self, std::string url, LLUUID regionId, LLVector3 posRegion, LLVector3d posGlobal, LLHandle<LLRemoteParcelInfoObserver> observerHandle); + void regionParcelInfoCoro(std::string url, LLUUID regionId, LLVector3 posRegion, LLVector3d posGlobal, LLHandle<LLRemoteParcelInfoObserver> observerHandle); }; #endif // LL_LLREMOTEPARCELREQUEST_H |