From 163f89d77fc0ed76a8c1e79049842394f129d16b Mon Sep 17 00:00:00 2001 From: Austin Doupnik Date: Wed, 8 Jul 2009 22:36:39 +0000 Subject: DEV-34748 Moved logic for setting inspection tools from construction to onOpen for LLFloaterInspect. Reviewed by Richard. --- indra/newview/llfloaterinspect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloaterinspect.h') 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(); -- cgit v1.2.3