diff options
| -rw-r--r-- | indra/newview/llfloatersidepanelcontainer.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfloatersidepanelcontainer.h b/indra/newview/llfloatersidepanelcontainer.h index a57a2da4d9..4b9d0e34a7 100644 --- a/indra/newview/llfloatersidepanelcontainer.h +++ b/indra/newview/llfloatersidepanelcontainer.h @@ -97,7 +97,7 @@ public:  protected:      void onCloseMsgCallback(const LLSD& notification, const LLSD& response); -	LLPanel* mMainPanel = nullptr; +    LLPanel* mMainPanel = nullptr;  };  #endif // LL_LLFLOATERSIDEPANELCONTAINER_H | 
