From e7af3319abdef29be1f35fde62fc38f1b3e727b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Jan 2025 01:36:17 +0100 Subject: const improvement. --- src/cxml.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cxml.cc') diff --git a/src/cxml.cc b/src/cxml.cc index c6ab5cc..2d1f759 100644 --- a/src/cxml.cc +++ b/src/cxml.cc @@ -39,7 +39,7 @@ cxml::Node::Node () } -cxml::Node::Node (xmlpp::Node* node) +cxml::Node::Node(xmlpp::Node const* node) : _node (node) { -- cgit v1.2.3