From d681b18d383f224a5ebc9d9dbb1625a165d11706 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Fri, 17 Jun 2016 13:43:49 +0200 Subject: [PATCH] [MeL] NULL -> nullptr. --- MeshLib/IO/Legacy/MeshIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshLib/IO/Legacy/MeshIO.cpp b/MeshLib/IO/Legacy/MeshIO.cpp index 24664107dab..016fd45177c 100644 --- a/MeshLib/IO/Legacy/MeshIO.cpp +++ b/MeshLib/IO/Legacy/MeshIO.cpp @@ -38,7 +38,7 @@ namespace IO namespace Legacy { MeshIO::MeshIO() - : _mesh(NULL) + : _mesh(nullptr) { } -- GitLab