diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-30 01:36:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-30 01:36:17 +0100 |
| commit | e7af3319abdef29be1f35fde62fc38f1b3e727b7 (patch) | |
| tree | 3584f8dde3cefe80c710e72acb66215a8eec839d /src/cxml.cc | |
| parent | 4e88d43f912390b1251b38ff107b0fb3b5015191 (diff) | |
const improvement.v0.17.12
Diffstat (limited to 'src/cxml.cc')
| -rw-r--r-- | src/cxml.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
