diff options
Diffstat (limited to 'indra/newview/llsidetray.h')
-rw-r--r-- | indra/newview/llsidetray.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llsidetray.h b/indra/newview/llsidetray.h index acc7c83cd7..7487c71bfc 100644 --- a/indra/newview/llsidetray.h +++ b/indra/newview/llsidetray.h @@ -37,7 +37,7 @@ #include "string" class LLSideTray; -class LLAccordionPanel; +class LLAccordionCtrl; class LLSideTrayTab: public LLPanel { @@ -86,7 +86,7 @@ private: std::string mImagePath; std::string mDescription; - LLAccordionPanel* mAccordionPanel; + LLAccordionCtrl* mAccordionCtrl; }; |