aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llprefsim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llprefsim.cpp')
-rw-r--r--linden/indra/newview/llprefsim.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llprefsim.cpp b/linden/indra/newview/llprefsim.cpp
index 35a3b47..1af6e86 100644
--- a/linden/indra/newview/llprefsim.cpp
+++ b/linden/indra/newview/llprefsim.cpp
@@ -73,7 +73,9 @@ protected:
73 73
74 74
75LLPrefsIMImpl::LLPrefsIMImpl() 75LLPrefsIMImpl::LLPrefsIMImpl()
76 : LLPanel(std::string("IM Prefs Panel")) 76 : LLPanel(std::string("IM Prefs Panel")),
77 mGotPersonalInfo(false),
78 mOriginalIMViaEmail(false)
77{ 79{
78 LLUICtrlFactory::getInstance()->buildPanel(this, "panel_preferences_im.xml"); 80 LLUICtrlFactory::getInstance()->buildPanel(this, "panel_preferences_im.xml");
79} 81}