summaryrefslogtreecommitdiff
path: root/indra/llui/lliconctrl.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-10-26 12:56:21 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-10-26 12:56:21 +0200
commit42546bac1a33388ecfc03e904fb730d9a2d3f420 (patch)
tree2a15c05f46626d3ed9a5455c4c08bd4213d90575 /indra/llui/lliconctrl.h
parent66069c3edcc7b517ecdd5e3870af318092b1cdd2 (diff)
parent53c972a521cbb92c6c9390c41b250a41dc22cd5a (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/lliconctrl.h')
-rw-r--r--indra/llui/lliconctrl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llui/lliconctrl.h b/indra/llui/lliconctrl.h
index ff25b0d53e..90f1693060 100644
--- a/indra/llui/lliconctrl.h
+++ b/indra/llui/lliconctrl.h
@@ -72,10 +72,13 @@ public:
std::string getImageName() const;
void setColor(const LLColor4& color) { mColor = color; }
+
+protected:
+ S32 mPriority;
private:
LLUIColor mColor;
- LLPointer<LLUIImage> mImagep;
+ LLPointer<LLUIImage> mImagep;
};
#endif