diff options
Diffstat (limited to 'common/xmlparser.h')
| -rw-r--r-- | common/xmlparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xmlparser.h b/common/xmlparser.h index 31ba4e594e..89df048395 100644 --- a/common/xmlparser.h +++ b/common/xmlparser.h @@ -105,6 +105,7 @@ namespace Common { * @see XMLParser::keyCallback() */ class XMLParser { + static const int kErrorMessageWidth = 512; public: /** |
