diff options
Diffstat (limited to 'linden/indra/newview/llprefsim.h')
-rw-r--r-- | linden/indra/newview/llprefsim.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linden/indra/newview/llprefsim.h b/linden/indra/newview/llprefsim.h index 11851f7..839501f 100644 --- a/linden/indra/newview/llprefsim.h +++ b/linden/indra/newview/llprefsim.h | |||
@@ -44,10 +44,7 @@ public: | |||
44 | 44 | ||
45 | void apply(); | 45 | void apply(); |
46 | void cancel(); | 46 | void cancel(); |
47 | void setPersonalInfo( | 47 | void setPersonalInfo(const std::string& visibility, bool im_via_email, const std::string& email); |
48 | const char* visibility, | ||
49 | bool im_via_email, | ||
50 | const char* email); | ||
51 | 48 | ||
52 | LLPanel* getPanel(); | 49 | LLPanel* getPanel(); |
53 | 50 | ||