diff options
Diffstat (limited to 'linden/indra/newview/llfloaterimagepreview.h')
-rw-r--r-- | linden/indra/newview/llfloaterimagepreview.h | 2 |
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; | |||
41 | class LLViewerJointMesh; | 41 | class LLViewerJointMesh; |
42 | class LLVOAvatar; | 42 | class LLVOAvatar; |
43 | class LLTextBox; | 43 | class LLTextBox; |
44 | class LLVertexBuffer; | ||
44 | 45 | ||
45 | class LLImagePreviewSculpted : public LLDynamicTexture | 46 | class 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 | ||