diff options
author | Austin Doupnik <austin@lindenlab.com> | 2009-07-08 22:36:39 +0000 |
---|---|---|
committer | Austin Doupnik <austin@lindenlab.com> | 2009-07-08 22:36:39 +0000 |
commit | 163f89d77fc0ed76a8c1e79049842394f129d16b (patch) | |
tree | 62d758d4b78379d37cb6bdd98263fa0496bdccae /indra/newview/llfloaterinspect.h | |
parent | ea1196cf01f3ff998e0d463ff2ebe29cef621362 (diff) |
DEV-34748 Moved logic for setting inspection tools from construction to onOpen for LLFloaterInspect. Reviewed by Richard.
Diffstat (limited to 'indra/newview/llfloaterinspect.h')
-rw-r--r-- | indra/newview/llfloaterinspect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterinspect.h b/indra/newview/llfloaterinspect.h index a65ccaa66e..ce9485ee74 100644 --- a/indra/newview/llfloaterinspect.h +++ b/indra/newview/llfloaterinspect.h @@ -48,6 +48,7 @@ class LLFloaterInspect : public LLFloater public: // static void show(void* ignored = NULL); + void onOpen(const LLSD& key); virtual BOOL postBuild(); void dirty(); LLUUID getSelectedUUID(); |