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;