aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcubemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llcubemap.h')
-rw-r--r--linden/indra/newview/llcubemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcubemap.h b/linden/indra/newview/llcubemap.h
index d75d6e7..911248f 100644
--- a/linden/indra/newview/llcubemap.h
+++ b/linden/indra/newview/llcubemap.h
@@ -41,7 +41,6 @@ class LLCubeMap : public LLRefCount
41{ 41{
42public: 42public:
43 LLCubeMap(); 43 LLCubeMap();
44 ~LLCubeMap();
45 void init(const std::vector<LLPointer<LLImageRaw> >& rawimages); 44 void init(const std::vector<LLPointer<LLImageRaw> >& rawimages);
46 void initGL(); 45 void initGL();
47 void initRawData(const std::vector<LLPointer<LLImageRaw> >& rawimages); 46 void initRawData(const std::vector<LLPointer<LLImageRaw> >& rawimages);
@@ -66,6 +65,7 @@ public:
66 void destroyGL(); 65 void destroyGL();
67 66
68protected: 67protected:
68 ~LLCubeMap();
69 LLGLenum mTargets[6]; 69 LLGLenum mTargets[6];
70 LLPointer<LLImageGL> mImages[6]; 70 LLPointer<LLImageGL> mImages[6];
71 LLPointer<LLImageRaw> mRawImages[6]; 71 LLPointer<LLImageRaw> mRawImages[6];