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/llinventorymodel.h | |
parent | 9809f59fa93952d066e61223b4c6d1895a43e4dd (diff) | |
parent | efa9a0f99c17b2b937120bcad6e3d45944122ed9 (diff) |
Merge restore of more selfless changes
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rwxr-xr-x | indra/newview/llinventorymodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index f768e61ccb..e8977bc7d7 100755 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -444,7 +444,7 @@ protected: void addCategory(LLViewerInventoryCategory* category); void addItem(LLViewerInventoryItem* item); - void createNewCategoryCoro(LLCoros::self& self, std::string url, LLSD postData, inventory_func_type callback); + void createNewCategoryCoro(std::string url, LLSD postData, inventory_func_type callback); /** Mutators ** ** |