From b66389c02e0fedb8e507668e53dd43339c1e3326 Mon Sep 17 00:00:00 2001
From: callum_linden <none@none>
Date: Thu, 11 Dec 2014 16:43:48 -0800
Subject: [PATCH] Re-add missing variable declaration (not that it's very
 useful and no idea how it was removed)

---
 indra/llui/llxuiparser.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llui/llxuiparser.cpp b/indra/llui/llxuiparser.cpp
index f6a44338a49..37d88cb9f92 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()
-- 
GitLab