summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r--indra/newview/llheroprobemanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h
index 5ec1101b45..9151189a92 100644
--- a/indra/newview/llheroprobemanager.h
+++ b/indra/newview/llheroprobemanager.h
@@ -137,7 +137,7 @@ private:
bool mRenderingMirror = false;
bool mHasMirrors = false;
- std::set<LLVOVolume*> mHeroVOList;
- LLVOVolume* mNearestHero;
+ std::set<LLPointer<LLVOVolume>> mHeroVOList;
+ LLPointer<LLVOVolume> mNearestHero;
};