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/llfloaterscriptdebug.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 '')
-rw-r--r-- | linden/indra/newview/llfloaterscriptdebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterscriptdebug.h b/linden/indra/newview/llfloaterscriptdebug.h index b20a460..42c3e7f 100644 --- a/linden/indra/newview/llfloaterscriptdebug.h +++ b/linden/indra/newview/llfloaterscriptdebug.h | |||
@@ -62,7 +62,7 @@ public: | |||
62 | LLFloaterScriptDebugOutput(const LLUUID& object_id); | 62 | LLFloaterScriptDebugOutput(const LLUUID& object_id); |
63 | ~LLFloaterScriptDebugOutput(); | 63 | ~LLFloaterScriptDebugOutput(); |
64 | 64 | ||
65 | virtual void init(const LLString& title, BOOL resizable, | 65 | virtual void initFloater(const LLString& title, BOOL resizable, |
66 | S32 min_width, S32 min_height, BOOL drag_on_left, | 66 | S32 min_width, S32 min_height, BOOL drag_on_left, |
67 | BOOL minimizable, BOOL close_btn); | 67 | BOOL minimizable, BOOL close_btn); |
68 | 68 | ||