summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llgltexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llgltexture.h b/indra/llrender/llgltexture.h
index a02946d37f..b1efe77519 100644
--- a/indra/llrender/llgltexture.h
+++ b/indra/llrender/llgltexture.h
@@ -94,6 +94,8 @@ public:
virtual void dump(); // debug info to llinfos
+ virtual const LLUUID& getID() const = 0;
+
void setBoostLevel(S32 level);
S32 getBoostLevel() { return mBoostLevel; }
@@ -103,8 +105,6 @@ public:
void generateGLTexture() ;
void destroyGLTexture() ;
- virtual const LLUUID& getID() const = 0;
-
//---------------------------------------------------------------------------------------------
//functions to access LLImageGL
//---------------------------------------------------------------------------------------------