summaryrefslogtreecommitdiff
path: root/indra/llxml
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2012-02-06 23:07:41 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2012-02-06 23:07:41 +0200
commite328dcf4062177c903d3099d0d16477824d23025 (patch)
tree579a7d458161adf3c2e6138e3a183b1fe08a92a9 /indra/llxml
parentd1b00a324b8e9783212d680361a78b01b462e793 (diff)
EXP-1849 FIXED Privacy settings could be set to default when modifying other preferences before login.
Diffstat (limited to 'indra/llxml')
-rw-r--r--indra/llxml/llcontrol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h
index bf38a8b062..597031ec70 100644
--- a/indra/llxml/llcontrol.h
+++ b/indra/llxml/llcontrol.h
@@ -92,6 +92,8 @@ typedef enum e_control_type
class LLControlVariable : public LLRefCount
{
+ LOG_CLASS(LLControlVariable);
+
friend class LLControlGroup;
public:
@@ -180,6 +182,8 @@ T convert_from_llsd(const LLSD& sd, eControlType type, const std::string& contro
//const U32 STRING_CACHE_SIZE = 10000;
class LLControlGroup : public LLInstanceTracker<LLControlGroup, std::string>
{
+ LOG_CLASS(LLControlGroup);
+
protected:
typedef std::map<std::string, LLControlVariablePtr > ctrl_name_table_t;
ctrl_name_table_t mNameTable;