summaryrefslogtreecommitdiff
path: root/indra/llui/lliconctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/lliconctrl.h')
-rw-r--r--indra/llui/lliconctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lliconctrl.h b/indra/llui/lliconctrl.h
index b789269558..1e474d0935 100644
--- a/indra/llui/lliconctrl.h
+++ b/indra/llui/lliconctrl.h
@@ -73,7 +73,7 @@ protected:
LLColor4 mColor;
LLString mImageName;
LLUUID mImageID;
- LLPointer<LLImageGL> mImagep;
+ LLPointer<LLUIImage> mImagep;
};
#endif