summaryrefslogtreecommitdiff
path: root/shell/source/all
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/all')
-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 6f466477aaed..4214a2a4d194 100644
--- a/shell/source/all/xml_parser.cxx
+++ b/shell/source/all/xml_parser.cxx
@@ -34,7 +34,7 @@ namespace /* private */
/* Extracts the local part of tag without
namespace decoration e.g. meta:creator -> creator */
- const XML_Char COLON = (XML_Char)':';
+ const XML_Char COLON = ':';
const XML_Char* get_local_name(const XML_Char* rawname)
{