summaryrefslogtreecommitdiff
path: root/indra/newview/llvosurfacepatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvosurfacepatch.h')
-rw-r--r--indra/newview/llvosurfacepatch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvosurfacepatch.h b/indra/newview/llvosurfacepatch.h
index fd2eff710b..af6653e556 100644
--- a/indra/newview/llvosurfacepatch.h
+++ b/indra/newview/llvosurfacepatch.h
@@ -30,7 +30,6 @@ public:
eVertexDataMask;
LLVOSurfacePatch(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
- virtual ~LLVOSurfacePatch();
/*virtual*/ void markDead();
@@ -64,6 +63,8 @@ public:
BOOL mDirtiedPatch;
protected:
+ ~LLVOSurfacePatch();
+
LLFacePool *mPool;
LLFacePool *getPool();
S32 mBaseComp;