diff options
Diffstat (limited to 'linden/indra/llui/llresizehandle.cpp')
-rw-r--r-- | linden/indra/llui/llresizehandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llresizehandle.cpp b/linden/indra/llui/llresizehandle.cpp index 3aa968f..340dff5 100644 --- a/linden/indra/llui/llresizehandle.cpp +++ b/linden/indra/llui/llresizehandle.cpp | |||
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | const S32 RESIZE_BORDER_WIDTH = 3; | 44 | const S32 RESIZE_BORDER_WIDTH = 3; |
45 | 45 | ||
46 | LLResizeHandle::LLResizeHandle( const LLString& name, const LLRect& rect, S32 min_width, S32 min_height, ECorner corner ) | 46 | LLResizeHandle::LLResizeHandle( const std::string& name, const LLRect& rect, S32 min_width, S32 min_height, ECorner corner ) |
47 | : | 47 | : |
48 | LLView( name, rect, TRUE ), | 48 | LLView( name, rect, TRUE ), |
49 | mDragLastScreenX( 0 ), | 49 | mDragLastScreenX( 0 ), |