summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerpartsim.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewerpartsim.h')
-rw-r--r--indra/newview/llviewerpartsim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llviewerpartsim.h b/indra/newview/llviewerpartsim.h
index daccac4e8f..de763d3e53 100644
--- a/indra/newview/llviewerpartsim.h
+++ b/indra/newview/llviewerpartsim.h
@@ -52,9 +52,9 @@ typedef void (*LLVPCallback)(LLViewerPart &part, const F32 dt);
//
-class LLViewerPart : public LLPartData, public LLRefCount
+class LLViewerPart : public LLPartData
{
-protected:
+public:
~LLViewerPart();
public:
LLViewerPart();
@@ -100,7 +100,7 @@ public:
void shift(const LLVector3 &offset);
- typedef std::vector<LLPointer<LLViewerPart> > part_list_t;
+ typedef std::vector<LLViewerPart*> part_list_t;
part_list_t mParticles;
const LLVector3 &getCenterAgent() const { return mCenterAgent; }