diff options
Diffstat (limited to 'indra/llui/llcombobox.h')
-rw-r--r-- | indra/llui/llcombobox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llcombobox.h b/indra/llui/llcombobox.h index c4db52cc97..09e8a0e0f4 100644 --- a/indra/llui/llcombobox.h +++ b/indra/llui/llcombobox.h @@ -225,6 +225,8 @@ protected: LLPointer<LLUIImage> mExpanderButtonImage; LLPointer<LLUIImage> mActionButtonImageSelected; LLPointer<LLUIImage> mExpanderButtonImageSelected; + LLPointer<LLUIImage> mActionButtonImageDisabled; + LLPointer<LLUIImage> mExpanderButtonImageDisabled; BOOL mToggleState; }; |