summaryrefslogtreecommitdiff
path: root/indra/llxml
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-09-07 15:36:45 -0400
committerNat Goodspeed <nat@lindenlab.com>2011-09-07 15:36:45 -0400
commitde2b7cd28c8e8669291b7ca21ecc9602f2044eeb (patch)
treeef49168d82db407383c64ea1d4f21f96512b15e0 /indra/llxml
parent8c6f752982e83a50e328b9c83f762721f38836d7 (diff)
parentb59c0a668009e696295a194e118b91469b09d32e (diff)
Automated merge with ssh://hg.lindenlab.com/nat/viewer-storm-1541
Diffstat (limited to 'indra/llxml')
-rw-r--r--indra/llxml/llcontrol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h
index 050d4b729f..bf38a8b062 100644
--- a/indra/llxml/llcontrol.h
+++ b/indra/llxml/llcontrol.h
@@ -185,9 +185,10 @@ protected:
ctrl_name_table_t mNameTable;
std::string mTypeString[TYPE_COUNT];
+public:
eControlType typeStringToEnum(const std::string& typestr);
std::string typeEnumToString(eControlType typeenum);
-public:
+
LLControlGroup(const std::string& name);
~LLControlGroup();
void cleanup();