diff options
Diffstat (limited to 'indra/newview/llvoclouds.h')
-rw-r--r-- | indra/newview/llvoclouds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoclouds.h b/indra/newview/llvoclouds.h index 180e4703b9..5f5301db20 100644 --- a/indra/newview/llvoclouds.h +++ b/indra/newview/llvoclouds.h @@ -23,7 +23,6 @@ class LLVOClouds : public LLAlphaObject { public: LLVOClouds(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp ); - virtual ~LLVOClouds(); // Initialize data that's only inited once per class. static void initClass(); @@ -53,6 +52,8 @@ public: void setCloudGroup(LLCloudGroup *cgp) { mCloudGroupp = cgp; } protected: + virtual ~LLVOClouds(); + LLCloudGroup *mCloudGroupp; }; |