From d328a63ae32885e263f15cc1b5b296192764fa6d Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Sun, 9 Apr 2017 22:57:35 +0200 Subject: [PATCH] replace NULL with nullptr --- rtgui/editorpanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/editorpanel.cc b/rtgui/editorpanel.cc index b42bb1be3..e5f92fc58 100644 --- a/rtgui/editorpanel.cc +++ b/rtgui/editorpanel.cc @@ -105,7 +105,7 @@ bool find_default_monitor_profile(GdkWindow *rootwin, Glib::ustring &defprof, Gl // * Copyright (C) 2006 John Ellis // * Copyright (C) 2008 - 2016 The Geeqie Team // - guchar *prof = NULL; + guchar *prof = nullptr; gint proflen; GdkAtom type = GDK_NONE; gint format = 0;