From d4f3105d9a879f27baad6e43b8b3cb6fe2f0ef50 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Sat, 27 Apr 2013 21:42:58 +0200 Subject: Use nullptr instead of NULL everywhere --- src/common/configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/configuration.cpp') diff --git a/src/common/configuration.cpp b/src/common/configuration.cpp index 460db37b..906d2629 100644 --- a/src/common/configuration.cpp +++ b/src/common/configuration.cpp @@ -57,7 +57,7 @@ static bool readFile(const std::string &fileName) return false; } - for (node = node->xmlChildrenNode; node != NULL; node = node->next) + for (node = node->xmlChildrenNode; node != nullptr; node = node->next) { if (xmlStrEqual(node->name, BAD_CAST "include")) { -- cgit v1.2.3-70-g09d2