Index: xfa/fwl/lightwidget/cfwl_picturebox.h |
diff --git a/xfa/fwl/lightwidget/cfwl_picturebox.h b/xfa/fwl/lightwidget/cfwl_picturebox.h |
index 95a01172246abc06f157958cedf694b9ee0ab475..ffc67f4446109ea53703e23be1b497ee2f3ecee1 100644 |
--- a/xfa/fwl/lightwidget/cfwl_picturebox.h |
+++ b/xfa/fwl/lightwidget/cfwl_picturebox.h |
@@ -18,7 +18,7 @@ class CFWL_PictureBox : public CFWL_Widget { |
static CFWL_PictureBox* Create(); |
- FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = NULL); |
+ FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr); |
CFX_DIBitmap* GetPicture(); |
FWL_Error SetPicture(CFX_DIBitmap* pBitmap); |
FX_FLOAT GetRotation(); |