aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerpartsim.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llviewerpartsim.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
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; }