summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index 1f5e56d92..9a08ba09f 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -147,7 +147,7 @@ public:
*/
inline bool HasParent()
{
- return this->parent != NULL;
+ return this->parent != nullptr;
}
/**