diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-02-01 10:57:12 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-02-01 10:57:12 +0200 |
commit | cf8860224084c6dfa96a5068e27293a2ce144120 (patch) | |
tree | 1a8f88a8550e61bc54d5c79a4dba436dbed28539 /indra/newview/llfloaterscriptdebug.h | |
parent | e10cc6d69dae10be846e20bbda74fc9cf9561729 (diff) |
MAINT-725 Script debug floater functionality is borked, rendering it completely useless for scripters
Diffstat (limited to 'indra/newview/llfloaterscriptdebug.h')
-rw-r--r-- | indra/newview/llfloaterscriptdebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterscriptdebug.h b/indra/newview/llfloaterscriptdebug.h index 6d9d1eb500..8c08b234f3 100644 --- a/indra/newview/llfloaterscriptdebug.h +++ b/indra/newview/llfloaterscriptdebug.h @@ -38,7 +38,10 @@ public: LLFloaterScriptDebug(const LLSD& key); virtual ~LLFloaterScriptDebug(); virtual BOOL postBuild(); + virtual void setVisible(BOOL visible); static void show(const LLUUID& object_id); + + /*virtual*/ void closeFloater(bool app_quitting = false); static void addScriptLine(const std::string &utf8mesg, const std::string &user_name, const LLColor4& color, const LLUUID& source_id); protected: |