aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llxml/llxmlparser.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llxml/llxmlparser.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llxml/llxmlparser.h')
-rw-r--r--linden/indra/llxml/llxmlparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llxml/llxmlparser.h b/linden/indra/llxml/llxmlparser.h
index 7ce5524..4717d5d 100644
--- a/linden/indra/llxml/llxmlparser.h
+++ b/linden/indra/llxml/llxmlparser.h
@@ -132,7 +132,7 @@ public:
132protected: 132protected:
133 XML_Parser mParser; 133 XML_Parser mParser;
134 int mDepth; 134 int mDepth;
135 char mAuxErrorString[1024]; /*Flawfinder: ignore*/ 135 std::string mAuxErrorString;
136}; 136};
137 137
138#endif // LL_LLXMLPARSER_H 138#endif // LL_LLXMLPARSER_H