LLPanelProfile is not a floater: onOpen is not virtual.

This commit is contained in:
Aleric Inglewood
2013-01-13 19:47:32 +01:00
parent 909247a179
commit 5250b218c5

View File

@@ -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);