summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-09-07 12:23:14 +0800
committerDaniel Veillard <veillard@redhat.com>2012-09-07 12:23:14 +0800
commit85c621da5afac3076c0de2e9aacec1252ad582ff (patch)
tree80a026c891f0bb0f62be154e33128aae4a7e7757
parentd7a5a69990345838d1c5d1b23280caa1c842a949 (diff)
downloadlibxslt-85c621da5afac3076c0de2e9aacec1252ad582ff.tar.gz
libxslt-85c621da5afac3076c0de2e9aacec1252ad582ff.tar.bz2
libxslt-85c621da5afac3076c0de2e9aacec1252ad582ff.zip
The XSLT namespace string is a constant one
Raised by Phil Shafer <phil@juniper.net>
-rw-r--r--libxslt/xslt.h2
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: