Skip to content

Commit e0487cd

Browse files
committed
const correctness
1 parent d37739c commit e0487cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XMLtools.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace TiCC {
9696
*/
9797
string result;
9898
prefix = "";
99-
xmlNs *p = node->ns;
99+
const xmlNs *p = node->ns;
100100
if ( p ){
101101
if ( p->prefix ){
102102
prefix = to_char(p->prefix);

0 commit comments

Comments
 (0)