summaryrefslogtreecommitdiff
path: root/indra/llui/lliconctrl.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-28 17:38:54 -0700
committerRichard Linden <none@none>2011-03-28 17:38:54 -0700
commit84b179b0bf254ae039dfdba330d25ac2df1c0a67 (patch)
tree8e35dad1a88b3538722ee3d68891fa6ef9fdf779 /indra/llui/lliconctrl.h
parent5b316df2249fc62c1e6a4f089b9726c4e62f23e0 (diff)
parentd597efc0f365fa07de9b7c0641dc4297466bfae5 (diff)
Automated merge with file:///F:\code\viewer-autobuild2010
Diffstat (limited to 'indra/llui/lliconctrl.h')
-rw-r--r--indra/llui/lliconctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lliconctrl.h b/indra/llui/lliconctrl.h
index e9bdab2d47..669e126266 100644
--- a/indra/llui/lliconctrl.h
+++ b/indra/llui/lliconctrl.h
@@ -69,6 +69,7 @@ public:
void setColor(const LLColor4& color) { mColor = color; }
void setImage(LLPointer<LLUIImage> image) { mImagep = image; }
+ const LLPointer<LLUIImage> getImage() { return mImagep; }
private:
void setIconImageDrawSize() ;