diff options
Diffstat (limited to 'linden/indra/newview/llcubemap.h')
-rw-r--r-- | linden/indra/newview/llcubemap.h | 2 |
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 | { |
42 | public: | 42 | public: |
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 | ||
68 | protected: | 67 | protected: |
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]; |