diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llstatview.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
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 | ||