aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosurfacepatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvosurfacepatch.h')
-rw-r--r--linden/indra/newview/llvosurfacepatch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llvosurfacepatch.h b/linden/indra/newview/llvosurfacepatch.h
index ec26065..a21763d 100644
--- a/linden/indra/newview/llvosurfacepatch.h
+++ b/linden/indra/newview/llvosurfacepatch.h
@@ -50,7 +50,6 @@ public:
50 eVertexDataMask; 50 eVertexDataMask;
51 51
52 LLVOSurfacePatch(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); 52 LLVOSurfacePatch(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
53 virtual ~LLVOSurfacePatch();
54 53
55 /*virtual*/ void markDead(); 54 /*virtual*/ void markDead();
56 55
@@ -84,6 +83,8 @@ public:
84 83
85 BOOL mDirtiedPatch; 84 BOOL mDirtiedPatch;
86protected: 85protected:
86 ~LLVOSurfacePatch();
87
87 LLFacePool *mPool; 88 LLFacePool *mPool;
88 LLFacePool *getPool(); 89 LLFacePool *getPool();
89 S32 mBaseComp; 90 S32 mBaseComp;