aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterimagepreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterimagepreview.h')
-rw-r--r--linden/indra/newview/llfloaterimagepreview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterimagepreview.h b/linden/indra/newview/llfloaterimagepreview.h
index 9d80f09..3e72736 100644
--- a/linden/indra/newview/llfloaterimagepreview.h
+++ b/linden/indra/newview/llfloaterimagepreview.h
@@ -41,6 +41,7 @@ class LLJoint;
41class LLViewerJointMesh; 41class LLViewerJointMesh;
42class LLVOAvatar; 42class LLVOAvatar;
43class LLTextBox; 43class LLTextBox;
44class LLVertexBuffer;
44 45
45class LLImagePreviewSculpted : public LLDynamicTexture 46class LLImagePreviewSculpted : public LLDynamicTexture
46{ 47{
@@ -67,6 +68,7 @@ class LLImagePreviewSculpted : public LLDynamicTexture
67 F32 mCameraZoom; 68 F32 mCameraZoom;
68 LLVector3 mCameraOffset; 69 LLVector3 mCameraOffset;
69 LLPointer<LLVolume> mVolume; 70 LLPointer<LLVolume> mVolume;
71 LLPointer<LLVertexBuffer> mVertexBuffer;
70}; 72};
71 73
72 74