aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturectrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltexturectrl.h')
-rw-r--r--linden/indra/newview/lltexturectrl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturectrl.h b/linden/indra/newview/lltexturectrl.h
index 80fcac2..91dee4f 100644
--- a/linden/indra/newview/lltexturectrl.h
+++ b/linden/indra/newview/lltexturectrl.h
@@ -44,6 +44,7 @@ class LLFloaterTexturePicker;
44class LLInventoryItem; 44class LLInventoryItem;
45class LLTextBox; 45class LLTextBox;
46class LLViewBorder; 46class LLViewBorder;
47class LLViewerImage;
47 48
48// used for setting drag & drop callbacks. 49// used for setting drag & drop callbacks.
49typedef BOOL (*drag_n_drop_callback)(LLUICtrl*, LLInventoryItem*, void*); 50typedef BOOL (*drag_n_drop_callback)(LLUICtrl*, LLInventoryItem*, void*);
@@ -163,7 +164,7 @@ private:
163 LLUUID mImageAssetID; 164 LLUUID mImageAssetID;
164 LLUUID mDefaultImageAssetID; 165 LLUUID mDefaultImageAssetID;
165 LLString mDefaultImageName; 166 LLString mDefaultImageName;
166 LLViewHandle mFloaterHandle; 167 LLHandle<LLFloater> mFloaterHandle;
167 LLTextBox* mTentativeLabel; 168 LLTextBox* mTentativeLabel;
168 LLTextBox* mCaption; 169 LLTextBox* mCaption;
169 LLString mLabel; 170 LLString mLabel;