aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerpartsim.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerpartsim.h')
-rw-r--r--linden/indra/newview/llviewerpartsim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llviewerpartsim.h b/linden/indra/newview/llviewerpartsim.h
index cea7024..0f51240 100644
--- a/linden/indra/newview/llviewerpartsim.h
+++ b/linden/indra/newview/llviewerpartsim.h
@@ -52,9 +52,9 @@ typedef void (*LLVPCallback)(LLViewerPart &part, const F32 dt);
52// 52//
53 53
54 54
55class LLViewerPart : public LLPartData, public LLRefCount 55class LLViewerPart : public LLPartData
56{ 56{
57protected: 57public:
58 ~LLViewerPart(); 58 ~LLViewerPart();
59public: 59public:
60 LLViewerPart(); 60 LLViewerPart();
@@ -100,7 +100,7 @@ public:
100 100
101 void shift(const LLVector3 &offset); 101 void shift(const LLVector3 &offset);
102 102
103 typedef std::vector<LLPointer<LLViewerPart> > part_list_t; 103 typedef std::vector<LLViewerPart*> part_list_t;
104 part_list_t mParticles; 104 part_list_t mParticles;
105 105
106 const LLVector3 &getCenterAgent() const { return mCenterAgent; } 106 const LLVector3 &getCenterAgent() const { return mCenterAgent; }