summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/rendfont.h')
-rw-r--r--src/emu/rendfont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/rendfont.h b/src/emu/rendfont.h
index 13d06be7dd9..aced202260d 100644
--- a/src/emu/rendfont.h
+++ b/src/emu/rendfont.h
@@ -56,8 +56,8 @@ private:
: width(0),
xoffs(0), yoffs(0),
bmwidth(0), bmheight(0),
- rawdata(NULL),
- texture(NULL) { }
+ rawdata(nullptr),
+ texture(nullptr) { }
INT32 width; // width from this character to the next
INT32 xoffs, yoffs; // X and Y offset from baseline to top,left of bitmap