diff options
author | Vladimir Pchelko <pchelko@productengine.com> | 2010-06-29 22:07:52 +0300 |
---|---|---|
committer | Vladimir Pchelko <pchelko@productengine.com> | 2010-06-29 22:07:52 +0300 |
commit | 052c0bc37883ee3e4695eb2d67ef823e7ed6ab6f (patch) | |
tree | a69aa782e4f861995aeef2dbbeff0dcc60a10fd2 /indra/newview/llfloaterworldmap.h | |
parent | d3d2e0be292056ff335ae7a0caf7a6407ef074ca (diff) |
EXT-7648 FIXED Added handler for "PreferredMaturity" property which updates visibility and values for mature/adults check_box/icon/label.
Reviewed by Sergey Litovchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/633/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfloaterworldmap.h')
-rw-r--r-- | indra/newview/llfloaterworldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h index de515c689e..550b4ef689 100644 --- a/indra/newview/llfloaterworldmap.h +++ b/indra/newview/llfloaterworldmap.h @@ -112,7 +112,7 @@ public: // teleport to the tracked item, if there is one void teleport(); - + void onChangeMaturity(); protected: void onGoHome(); |