aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llprefsim.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-07-01 02:00:58 -0700
committerMcCabe Maxsted2011-07-01 02:00:58 -0700
commit990a821f70ca648bc7d1a58045fdd79f53b61fbd (patch)
tree0b5b75b60ecf0164f57fa32ad3abf47ec1704f71 /linden/indra/newview/llprefsim.h
parentMake sure we clear out skin files that could cause bugs when we install over 1.3 (diff)
downloadmeta-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/llprefsim.h')
-rw-r--r--linden/indra/newview/llprefsim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llprefsim.h b/linden/indra/newview/llprefsim.h
index 054e4c7..8003ca2 100644
--- a/linden/indra/newview/llprefsim.h
+++ b/linden/indra/newview/llprefsim.h
@@ -50,6 +50,9 @@ public:
50 50
51 LLPanel* getPanel(); 51 LLPanel* getPanel();
52 52
53 bool getUpdateUserInfo();
54 std::string getDirectoryVis();
55
53protected: 56protected:
54 LLPrefsIMImpl& impl; 57 LLPrefsIMImpl& impl;
55}; 58};