mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-10 09:54:48 -04:00
Updated TinyXML to v2.6.2
This commit is contained in:
Vendored
+1
-2
@@ -31,12 +31,11 @@ distribution.
|
||||
// It also cleans up the code a bit.
|
||||
//
|
||||
|
||||
const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] =
|
||||
const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
|
||||
{
|
||||
"No error",
|
||||
"Error",
|
||||
"Failed to open file",
|
||||
"Memory allocation failed.",
|
||||
"Error parsing Element.",
|
||||
"Failed to read Element name",
|
||||
"Error reading Element value.",
|
||||
|
||||
Reference in New Issue
Block a user