diff options
Diffstat (limited to 'indra/newview/lltoolmorph.h')
-rw-r--r-- | indra/newview/lltoolmorph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolmorph.h b/indra/newview/lltoolmorph.h index 4c3489b35f..847518f3c6 100644 --- a/indra/newview/lltoolmorph.h +++ b/indra/newview/lltoolmorph.h @@ -91,7 +91,7 @@ protected: LLRect mRect; F32 mLastParamWeight; - LLPointer<LLViewerImage> mBackgroundp; + LLUIImagePtr mBackgroundp; typedef std::set<LLVisualParamHint*> instance_list_t; static instance_list_t sInstances; |