summaryrefslogtreecommitdiff
path: root/indra/newview/llvograss.h
diff options
context:
space:
mode:
authorJosh Bell <josh@lindenlab.com>2007-06-04 18:46:59 +0000
committerJosh Bell <josh@lindenlab.com>2007-06-04 18:46:59 +0000
commite61a10ec5b6b84fcb5c27e8e308022d0094f8736 (patch)
treebcf6152629edb1b2548af039bd89b6b573e1e514 /indra/newview/llvograss.h
parent3e9872a297c3cf3f929e688e0e89a78f6bc050f5 (diff)
svn merge -r 62602:62831 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
Diffstat (limited to 'indra/newview/llvograss.h')
-rw-r--r--indra/newview/llvograss.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llvograss.h b/indra/newview/llvograss.h
index 38aef64cd8..b1839c0588 100644
--- a/indra/newview/llvograss.h
+++ b/indra/newview/llvograss.h
@@ -21,7 +21,6 @@ class LLVOGrass : public LLAlphaObject
{
public:
LLVOGrass(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
- virtual ~LLVOGrass();
// Initialize data that's only inited once per class.
static void initClass();
@@ -84,6 +83,9 @@ public:
F32 mBladeWindAngle;
F32 mBWAOverlap;
+protected:
+ ~LLVOGrass();
+
private:
void updateSpecies();
F32 mLastHeight; // For cheap update hack