diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-10 16:09:00 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-10 16:09:00 -0500 |
commit | f0146befc76f401c344ae2759c70b67b37cbf717 (patch) | |
tree | f0f8bae973049510e04a54fa225c0daabfb960b5 /indra/newview/llpanelmaininventory.h | |
parent | 99d757e04152a291ca14c8cb432597de8f2b61e2 (diff) | |
parent | 9db47b1d4bc9c24adf23f862c729464d9422e6a3 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index ae78d3bec8..92443df369 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -110,6 +110,8 @@ protected: void doCreate(const LLSD& userdata); void resetFilters(); void setSortBy(const LLSD& userdata); + void saveTexture(const LLSD& userdata); + bool isSaveTextureEnabled(const LLSD& userdata); private: LLFloaterInventoryFinder* getFinder(); |