aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llprefschat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llprefschat.h')
-rw-r--r--linden/indra/newview/llprefschat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llprefschat.h b/linden/indra/newview/llprefschat.h
index 64bfb36..6c69a2b 100644
--- a/linden/indra/newview/llprefschat.h
+++ b/linden/indra/newview/llprefschat.h
@@ -48,6 +48,9 @@ public:
48 48
49 LLPanel* getPanel(); 49 LLPanel* getPanel();
50 50
51 bool getUpdateUserInfo();
52 bool getIMViaEmail();
53
51protected: 54protected:
52 LLPrefsChatImpl& impl; 55 LLPrefsChatImpl& impl;
53}; 56};