summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
authorJonathan Yap <jhwelch@gmail.com>2014-12-01 08:09:17 -0500
committerJonathan Yap <jhwelch@gmail.com>2014-12-01 08:09:17 -0500
commit6d1296f71640c9c25affcff4e784ea5798ba2d5c (patch)
tree97690a8c3724985aeb4f630187be8426cc0fb2cd /indra/newview/llfloaterpreference.h
parent563e22e81c6bf14bca6370b098a257f94f4f843f (diff)
STORM-2082 Implement save floater and some code cleanup.
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rwxr-xr-xindra/newview/llfloaterpreference.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index be228c8625..5452dc6442 100755
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -221,8 +221,9 @@ public:
// cancel() can restore them.
virtual void saveSettings();
- void onDeletePreset();
- void onChangePreset();
+ void onChangePreset(const LLSD& user_data);
+ void DeletePreset(const LLSD& user_data);
+ void SavePreset(const LLSD& user_data);
class Updater;