diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-15 12:01:57 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-15 12:01:57 -0800 |
commit | 315c381d804ccad4039e193ebd0cdc1b8d2ddec1 (patch) | |
tree | 35de8c5d46c287c396df45c1c4a8ecbbd8471746 /indra/newview/llfloaterpreference.h | |
parent | dfa5ade487e82eb7c853edccf2ccfeddcf1f0732 (diff) |
FIX EXT-3957: add "Media Enabled" checkbox to Privacy Prefs
review http://codereview.lindenlab.com/271074
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index b2bc34231d..2591b0ff68 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -133,6 +133,7 @@ public: void onCommitAutoDetectAspect(); void onCommitParcelMediaAutoPlayEnable(); + void onCommitMediaEnabled(); void applyResolution(); void applyUIColor(LLUICtrl* ctrl, const LLSD& param); void getUIColor(LLUICtrl* ctrl, const LLSD& param); |