aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage/llimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llimage/llimage.h')
-rw-r--r--linden/indra/llimage/llimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llimage/llimage.h b/linden/indra/llimage/llimage.h
index 0393d13..0d97595 100644
--- a/linden/indra/llimage/llimage.h
+++ b/linden/indra/llimage/llimage.h
@@ -176,7 +176,7 @@ public:
176 void expandToPowerOfTwo(S32 max_dim = MAX_IMAGE_SIZE, BOOL scale_image = TRUE); 176 void expandToPowerOfTwo(S32 max_dim = MAX_IMAGE_SIZE, BOOL scale_image = TRUE);
177 void contractToPowerOfTwo(S32 max_dim = MAX_IMAGE_SIZE, BOOL scale_image = TRUE); 177 void contractToPowerOfTwo(S32 max_dim = MAX_IMAGE_SIZE, BOOL scale_image = TRUE);
178 void biasedScaleToPowerOfTwo(S32 max_dim = MAX_IMAGE_SIZE); 178 void biasedScaleToPowerOfTwo(S32 max_dim = MAX_IMAGE_SIZE);
179 void scale( S32 new_width, S32 new_height, BOOL scale_image = TRUE ); 179 BOOL scale( S32 new_width, S32 new_height, BOOL scale_image = TRUE );
180 180
181 // Fill the buffer with a constant color 181 // Fill the buffer with a constant color
182 void fill( const LLColor4U& color ); 182 void fill( const LLColor4U& color );