aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-18 19:25:59 -0600
committerJacek Antonelli2008-11-18 19:25:59 -0600
commit05411bfd47f328065a8eaeec46397733d782487a (patch)
tree6e20cd21518a6bb6808ae3c7c6670465287e2f8e /linden
parentLikely fix for VWR-9358 (palletized textures). (diff)
downloadmeta-impy-05411bfd47f328065a8eaeec46397733d782487a.zip
meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.gz
meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.bz2
meta-impy-05411bfd47f328065a8eaeec46397733d782487a.tar.xz
Fix VWR-9507: bad typedef breaks build on gcc 4.3.
Suggested by Alissa Sabre.
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/llrender/llrender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llrender/llrender.h b/linden/indra/llrender/llrender.h
index 15360a3..ef495ed 100644
--- a/linden/indra/llrender/llrender.h
+++ b/linden/indra/llrender/llrender.h
@@ -214,7 +214,7 @@ public:
214 214
215 LLTexUnit* getTexUnit(U32 index); 215 LLTexUnit* getTexUnit(U32 index);
216 216
217 typedef struct Vertex 217 struct Vertex
218 { 218 {
219 GLfloat v[3]; 219 GLfloat v[3];
220 GLubyte c[4]; 220 GLubyte c[4];