From a25c933a560797627ac891d95fbd80b747835ac2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Oct 2022 23:29:21 +0200 Subject: Cleanup: 0 -> nullptr. --- src/tools/dcpomatic_kdm.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index f877ad21f..d60a5e190 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -280,8 +280,8 @@ private: ); } - /** @id if not 0 this is filled in with the wxTreeItemId of the selection */ - shared_ptr selected_dkdm (wxTreeItemId* id = 0) const + /** @id if not nullptr this is filled in with the wxTreeItemId of the selection */ + shared_ptr selected_dkdm (wxTreeItemId* id = nullptr) const { wxArrayTreeItemIds selections; _dkdm->GetSelections (selections); -- cgit v1.2.3