summaryrefslogtreecommitdiff
path: root/shell/source/all/xml_parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/all/xml_parser.cxx')
-rw-r--r--shell/source/all/xml_parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx
index 522203b040ae..fd24e3c16919 100644
--- a/shell/source/all/xml_parser.cxx
+++ b/shell/source/all/xml_parser.cxx
@@ -54,7 +54,7 @@ namespace /* private */
return p;
}
- inline xml_parser* get_parser_instance(void* data)
+ xml_parser* get_parser_instance(void* data)
{
return static_cast<xml_parser*>(XML_GetUserData(
static_cast<XML_Parser>(data)));