diff options
-rw-r--r-- | libxslt/xslt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/xslt.h b/libxslt/xslt.h index 13a68be6..532ae3c1 100644 --- a/libxslt/xslt.h +++ b/libxslt/xslt.h @@ -43,7 +43,7 @@ extern "C" { * * The XSLT specification namespace. */ -#define XSLT_NAMESPACE ((xmlChar *) "http://www.w3.org/1999/XSL/Transform") +#define XSLT_NAMESPACE ((const xmlChar *)"http://www.w3.org/1999/XSL/Transform") /** * XSLT_PARSE_OPTIONS: |