diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-04 11:21:14 -0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-04 11:21:14 -0800 |
commit | 96fd9253490cd35dca314d7719529b886a3df3ae (patch) | |
tree | 87207b5070f28ecdc8a38610d00c9c84e2bcb5f2 /indra/newview/lltexturectrl.h | |
parent | d0cd8f94db7e9ff5135b05c86fdccc007317d89a (diff) | |
parent | 462a49fb9dcf9eb9f7d6b438bebabb7dc773c683 (diff) |
Merge
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r-- | indra/newview/lltexturectrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index 8ca92c3d87..837f837430 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -183,6 +183,8 @@ public: void setShowLoadingPlaceholder(BOOL showLoadingPlaceholder); + LLViewerFetchedTexture* getTexture() { return mTexturep; } + private: BOOL allowDrop(LLInventoryItem* item); BOOL doDrop(LLInventoryItem* item); |