Skip to content

Commit c2f8011

Browse files
author
Kjell Ahlstedt
committed
Still more use of nullptr instead of 0
1 parent 5a611c8 commit c2f8011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxml++/io/parserinputbuffer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace xmlpp
5454
bool result = do_close();
5555
// the underlying structure is being freed by libxml, the pointer will soon be
5656
// invalid.
57-
impl_ = 0;
57+
impl_ = nullptr;
5858

5959
return result;
6060
}

0 commit comments

Comments
 (0)