replace NULL with nullptr

This commit is contained in:
Alberto Griggio
2017-04-09 22:57:35 +02:00
parent 97478161c5
commit d328a63ae3

View File

@@ -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;