summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-12-11 16:43:48 -0800
committercallum_linden <none@none>2014-12-11 16:43:48 -0800
commitb66389c02e0fedb8e507668e53dd43339c1e3326 (patch)
treeb0d91e8754a7d445f1679131f52f0daad0ec093c /indra
parentf81c5a4e94a26689cd3cfa8078bb9cde360541a0 (diff)
Re-add missing variable declaration (not that it's very useful and no idea how it was removed)
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llui/llxuiparser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llxuiparser.cpp b/indra/llui/llxuiparser.cpp
index f6a44338a4..37d88cb9f9 100755
--- a/indra/llui/llxuiparser.cpp
+++ b/indra/llui/llxuiparser.cpp
@@ -58,6 +58,8 @@ static LLInitParam::Parser::parser_inspect_func_map_t sSimpleXUIInspectFuncs;
const char* NO_VALUE_MARKER = "no_value";
+const S32 LINE_NUMBER_HERE = 0;
+
struct MaxOccursValues : public LLInitParam::TypeValuesHelper<U32, MaxOccursValues>
{
static void declareValues()