summaryrefslogtreecommitdiff
path: root/indra/newview/llpreview.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-02-03 17:42:04 -0500
committerLoren Shih <seraph@lindenlab.com>2010-02-03 17:42:04 -0500
commit1e47e5b42d352d5d838eeb96984dbf6497020e32 (patch)
tree6c9d98c444eeaa242c946daad1a7ce0f9a9425cf /indra/newview/llpreview.h
parentf5ade203cb0a714ac8a1f468765838a1d30b0eb6 (diff)
EXT-4022 : Texture previews don't work in object contents
This was broken long ago in viewer-2.0.0-2 when someone made the decision to stop passing in ObjectID to the texture preview floater.
Diffstat (limited to 'indra/newview/llpreview.h')
-rw-r--r--indra/newview/llpreview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreview.h b/indra/newview/llpreview.h
index 3b9f7f9882..551e247d8c 100644
--- a/indra/newview/llpreview.h
+++ b/indra/newview/llpreview.h
@@ -74,7 +74,7 @@ public:
/*virtual*/ BOOL postBuild();
- void setObjectID(const LLUUID& object_id);
+ virtual void setObjectID(const LLUUID& object_id);
void setItem( LLInventoryItem* item );
void setAssetId(const LLUUID& asset_id);