Fix crash that would happen upon revealing then closing the wl pref panel and then overriding region windlight settings.

This commit is contained in:
Shyotl
2013-06-28 16:11:54 -05:00
parent 8bca439a5a
commit 8ccf3a20b3
2 changed files with 7 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
#define LL_wlfPanel_AdvSettings_H
#include "llpanel.h"
#include <boost/ptr_container/ptr_list.hpp>
// [RLVa:KB]
#include "rlvhandler.h"
@@ -83,6 +83,8 @@ protected:
LLSliderCtrl* mTimeSlider;
bool mExpanded;
boost::ptr_list<boost::signals2::scoped_connection> mConnections;
};
#endif // LL_wlfPanel_AdvSettings_H