diff options
Diffstat (limited to 'linden/indra/newview/llviewerpartsim.h')
-rw-r--r-- | linden/indra/newview/llviewerpartsim.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llviewerpartsim.h b/linden/indra/newview/llviewerpartsim.h index 42d3fd7..cea7024 100644 --- a/linden/indra/newview/llviewerpartsim.h +++ b/linden/indra/newview/llviewerpartsim.h | |||
@@ -35,12 +35,11 @@ | |||
35 | #include "lldarrayptr.h" | 35 | #include "lldarrayptr.h" |
36 | #include "llframetimer.h" | 36 | #include "llframetimer.h" |
37 | #include "llmemory.h" | 37 | #include "llmemory.h" |
38 | |||
39 | #include "llpartdata.h" | 38 | #include "llpartdata.h" |
39 | #include "llviewerpartsource.h" | ||
40 | 40 | ||
41 | class LLViewerImage; | 41 | class LLViewerImage; |
42 | class LLViewerPart; | 42 | class LLViewerPart; |
43 | class LLViewerPartSource; | ||
44 | class LLViewerRegion; | 43 | class LLViewerRegion; |
45 | class LLViewerImage; | 44 | class LLViewerImage; |
46 | class LLVOPartGroup; | 45 | class LLVOPartGroup; |
@@ -126,11 +125,12 @@ protected: | |||
126 | LLViewerRegion *mRegionp; | 125 | LLViewerRegion *mRegionp; |
127 | }; | 126 | }; |
128 | 127 | ||
129 | class LLViewerPartSim | 128 | class LLViewerPartSim : public LLSingleton<LLViewerPartSim> |
130 | { | 129 | { |
131 | public: | 130 | public: |
132 | LLViewerPartSim(); | 131 | LLViewerPartSim(); |
133 | virtual ~LLViewerPartSim(); | 132 | virtual ~LLViewerPartSim(){} |
133 | void destroyClass(); | ||
134 | 134 | ||
135 | typedef std::vector<LLViewerPartGroup *> group_list_t; | 135 | typedef std::vector<LLViewerPartGroup *> group_list_t; |
136 | typedef std::vector<LLPointer<LLViewerPartSource> > source_list_t; | 136 | typedef std::vector<LLPointer<LLViewerPartSource> > source_list_t; |