summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r--indra/newview/llfloaterpreference.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index b915dff660..1a580a0e8c 100644
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -68,10 +68,7 @@ public:
LLTabContainer* getTabContainer() { return mTabContainer; }
- void setPersonalInfo(
- const char* visibility,
- BOOL im_via_email,
- const char* email);
+ void setPersonalInfo(const std::string& visibility, bool im_via_email, const std::string& email);
static void onTabChanged(void* user_data, bool from_click);
@@ -107,10 +104,7 @@ public:
static void show(void*);
// static data update, called from message handler
- static void updateUserInfo(
- const char* visibility,
- BOOL im_via_email,
- const char* email);
+ static void updateUserInfo(const std::string& visibility, bool im_via_email, const std::string& email);
// refresh all the graphics preferences menus
static void refreshEnabledGraphics();