diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llviewerpartsim.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-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.h | 6 |
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 | ||
55 | class LLViewerPart : public LLPartData, public LLRefCount | 55 | class LLViewerPart : public LLPartData |
56 | { | 56 | { |
57 | protected: | 57 | public: |
58 | ~LLViewerPart(); | 58 | ~LLViewerPart(); |
59 | public: | 59 | public: |
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; } |