diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-29 10:40:45 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-29 10:40:45 -0800 |
commit | e919349054c8ae80a054f047756e6596b58a3e13 (patch) | |
tree | 4d2abc589c448fe2b54f7be09385e644fd5b87af /indra/newview/llpanelprofile.h | |
parent | ec6893db5099b1e95802254277de0cc2e9bea83c (diff) | |
parent | adeb71d98279fc4e8af7859cd36114be9f95e6da (diff) |
Merge with viewer-experience
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rwxr-xr-x | indra/newview/llpanelprofile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index bd4457c240..d97f60ed22 100755 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -74,6 +74,7 @@ private: LOG_CLASS(LLPanelProfile::ChildStack); public: ChildStack(); + ~ChildStack(); void setParent(LLPanel* parent); bool push(); |