diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-04 12:55:52 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-04 12:55:52 +0200 |
commit | 879675d986e8167db880586598358e6a80147108 (patch) | |
tree | 60f2da87000c1e71f05a0bb01d8cb006c711b584 /indra/newview/llpanelprofile.h | |
parent | 482eefcba94dac0e6a0e6f9985f582e724b02523 (diff) |
Fixed critical bug EXT-4823 - [NUX] Default My Profile to Edit Mode
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index bcf4bdd0ec..f1aa3f10f8 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -55,6 +55,8 @@ public: virtual void openPanel(LLPanel* panel, const LLSD& params); + virtual void closePanel(LLPanel* panel); + S32 notifyParent(const LLSD& info); protected: |