diff options
Diffstat (limited to 'indra/llxml/llcontrol.cpp')
-rw-r--r-- | indra/llxml/llcontrol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llxml/llcontrol.cpp b/indra/llxml/llcontrol.cpp index ab5bca5d2a..2960ecf829 100644 --- a/indra/llxml/llcontrol.cpp +++ b/indra/llxml/llcontrol.cpp @@ -806,6 +806,7 @@ U32 LLControlGroup::loadFromFileLegacy(const std::string& filename, BOOL require continue; } + // Got an item. Load it up. // If not declared, assume it's a string if (!declared) { |