diff options
Diffstat (limited to 'linden/indra/newview/llvotextbubble.h')
-rw-r--r-- | linden/indra/newview/llvotextbubble.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvotextbubble.h b/linden/indra/newview/llvotextbubble.h index e8b44b7..5f83f56 100644 --- a/linden/indra/newview/llvotextbubble.h +++ b/linden/indra/newview/llvotextbubble.h | |||
@@ -54,7 +54,7 @@ public: | |||
54 | LLStrider<LLVector3>& normalsp, | 54 | LLStrider<LLVector3>& normalsp, |
55 | LLStrider<LLVector2>& texcoordsp, | 55 | LLStrider<LLVector2>& texcoordsp, |
56 | LLStrider<LLColor4U>& colorsp, | 56 | LLStrider<LLColor4U>& colorsp, |
57 | LLStrider<U32>& indicesp); | 57 | LLStrider<U16>& indicesp); |
58 | 58 | ||
59 | virtual U32 getPartitionType() const; | 59 | virtual U32 getPartitionType() const; |
60 | 60 | ||