summaryrefslogtreecommitdiffstats
path: root/src/util/forward-pointer-iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/forward-pointer-iterator.h')
-rw-r--r--src/util/forward-pointer-iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/forward-pointer-iterator.h b/src/util/forward-pointer-iterator.h
index 4d1cfa413..4f8e88637 100644
--- a/src/util/forward-pointer-iterator.h
+++ b/src/util/forward-pointer-iterator.h
@@ -61,7 +61,7 @@ public:
return old;
}
- operator bool() const { return _p != NULL; }
+ operator bool() const { return _p != nullptr; }
private:
pointer _p;