From 5250b218c5bcc69dd1bfe753e5b3db1ed7ba165f Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sun, 13 Jan 2013 19:47:32 +0100 Subject: [PATCH] LLPanelProfile is not a floater: onOpen is not virtual. --- indra/newview/llpanelprofile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 73539dda2..5badd3b7c 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -47,7 +47,8 @@ class LLPanelProfile : public LLPanel public: /*virtual*/ BOOL postBuild(); /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); - /*virtual*/ void onOpen(const LLSD& key); + + void onOpen(const LLSD& key); virtual void openPanel(LLPanel* panel, const LLSD& params);