summaryrefslogtreecommitdiff
path: root/indra/llxml/llcontrol.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-09-06 13:58:47 -0400
committerNat Goodspeed <nat@lindenlab.com>2011-09-06 13:58:47 -0400
commitb59c0a668009e696295a194e118b91469b09d32e (patch)
tree4ffc7e9f547e941b254a67d5b07ab22c0dfd1346 /indra/llxml/llcontrol.h
parent0ab6eee0996c78d32b722157140cea5a21a5e460 (diff)
parentecba41419f6470cc3d85bbb277ef88ebbf266feb (diff)
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/llxml/llcontrol.h')
-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();