summaryrefslogtreecommitdiff
path: root/indra/llxml
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-13 08:11:23 -0400
committerOz Linden <oz@lindenlab.com>2011-10-13 08:11:23 -0400
commit2e26a75215bb2d708671d71c5c66e2996c11495f (patch)
treec2cdcbf4758462b11f296c9ab200237aa33e5c71 /indra/llxml
parenta69ae967243e19bdc5969c34f0b1e94be794919d (diff)
parentaabdbeadf53b3a20b4db563a23535af74fd7d4b7 (diff)
merge changes for vwr-27090
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();