diff options
Diffstat (limited to 'linden/indra/newview/llpreviewtexture.cpp')
-rw-r--r-- | linden/indra/newview/llpreviewtexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpreviewtexture.cpp b/linden/indra/newview/llpreviewtexture.cpp index af727b9..5cba31d 100644 --- a/linden/indra/newview/llpreviewtexture.cpp +++ b/linden/indra/newview/llpreviewtexture.cpp | |||
@@ -435,7 +435,7 @@ void LLPreviewTexture::updateAspectRatio() | |||
435 | S32 old_left = mRect.mLeft; | 435 | S32 old_left = mRect.mLeft; |
436 | if (getHost()) | 436 | if (getHost()) |
437 | { | 437 | { |
438 | getHost()->growToFit(this, view_width, view_height); | 438 | getHost()->growToFit(view_width, view_height); |
439 | } | 439 | } |
440 | else | 440 | else |
441 | { | 441 | { |