diff options
author | McCabe Maxsted | 2011-07-01 02:00:58 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-07-01 02:00:58 -0700 |
commit | 990a821f70ca648bc7d1a58045fdd79f53b61fbd (patch) | |
tree | 0b5b75b60ecf0164f57fa32ad3abf47ec1704f71 /linden/indra/newview/llprefschat.h | |
parent | Make sure we clear out skin files that could cause bugs when we install over 1.3 (diff) | |
download | meta-impy-990a821f70ca648bc7d1a58045fdd79f53b61fbd.zip meta-impy-990a821f70ca648bc7d1a58045fdd79f53b61fbd.tar.gz meta-impy-990a821f70ca648bc7d1a58045fdd79f53b61fbd.tar.bz2 meta-impy-990a821f70ca648bc7d1a58045fdd79f53b61fbd.tar.xz |
A fix for #995: crashing when changing 'Only my Friends and Groups can see when I am online'
Diffstat (limited to 'linden/indra/newview/llprefschat.h')
-rw-r--r-- | linden/indra/newview/llprefschat.h | 3 |
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 | |||
51 | protected: | 54 | protected: |
52 | LLPrefsChatImpl& impl; | 55 | LLPrefsChatImpl& impl; |
53 | }; | 56 | }; |