summaryrefslogtreecommitdiffstats
path: root/src/xml/comment-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/comment-node.h')
-rw-r--r--src/xml/comment-node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/comment-node.h b/src/xml/comment-node.h
index 56b8ad476..7c37a0d24 100644
--- a/src/xml/comment-node.h
+++ b/src/xml/comment-node.h
@@ -26,7 +26,7 @@ namespace XML {
* @brief Comment node, e.g. <!-- Some comment -->
*/
struct CommentNode : public SimpleNode {
- CommentNode(Util::ptr_shared<char> content, Document *doc)
+ CommentNode(Util::ptr_shared content, Document *doc)
: SimpleNode(g_quark_from_static_string("comment"), doc)
{
setContent(content);