diff options
Diffstat (limited to 'linden/indra/newview/llstatview.h')
-rw-r--r-- | linden/indra/newview/llstatview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatview.h b/linden/indra/newview/llstatview.h index 0db0850..523b2af 100644 --- a/linden/indra/newview/llstatview.h +++ b/linden/indra/newview/llstatview.h | |||
@@ -48,7 +48,7 @@ public: | |||
48 | virtual LLString getWidgetTag() const; | 48 | virtual LLString getWidgetTag() const; |
49 | /* | 49 | /* |
50 | virtual void draw(); | 50 | virtual void draw(); |
51 | virtual void reshape(S32 width, S32 height); | 51 | virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); |
52 | virtual LLRect getRequiredRect(); // Return the height of this object, given the set options. | 52 | virtual LLRect getRequiredRect(); // Return the height of this object, given the set options. |
53 | */ | 53 | */ |
54 | 54 | ||