summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk3/gdi/cairo_gtk3_cairo.cxx')
-rw-r--r--vcl/unx/gtk3/gdi/cairo_gtk3_cairo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.cxx b/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.cxx
index b9a2751fc4aa..ec5e641f150e 100644
--- a/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.cxx
+++ b/vcl/unx/gtk3/gdi/cairo_gtk3_cairo.cxx
@@ -33,8 +33,8 @@ namespace cairo
* Set the mpSurface as pSurface
**/
Gtk3Surface::Gtk3Surface(const CairoSurfaceSharedPtr& pSurface)
- : mpGraphics(NULL)
- , cr(NULL)
+ : mpGraphics(nullptr)
+ , cr(nullptr)
, mpSurface(pSurface)
{}