aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfolderview.h')
-rw-r--r--linden/indra/newview/llfolderview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h
index dd0dd21..466aac4 100644
--- a/linden/indra/newview/llfolderview.h
+++ b/linden/indra/newview/llfolderview.h
@@ -323,6 +323,7 @@ protected:
323 static LLColor4 sHighlightFgColor; 323 static LLColor4 sHighlightFgColor;
324 static LLColor4 sFilterBGColor; 324 static LLColor4 sFilterBGColor;
325 static LLColor4 sFilterTextColor; 325 static LLColor4 sFilterTextColor;
326 static LLColor4 sLoadingMessageTextColor;
326 327
327 LLString mLabel; 328 LLString mLabel;
328 LLString mSearchableLabel; 329 LLString mSearchableLabel;
@@ -349,6 +350,8 @@ protected:
349 BOOL mDragAndDropTarget; 350 BOOL mDragAndDropTarget;
350 LLPointer<LLViewerImage> mArrowImage; 351 LLPointer<LLViewerImage> mArrowImage;
351 LLPointer<LLViewerImage> mBoxImage; 352 LLPointer<LLViewerImage> mBoxImage;
353 BOOL mIsLoading;
354 LLTimer mTimeSinceRequestStart;
352 355
353 // This function clears the currently selected item, and records 356 // This function clears the currently selected item, and records
354 // the specified selected item appropriately for display and use 357 // the specified selected item appropriately for display and use