]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/errordialog.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / graphics / errordialog.h
index e0c423cc04005f3aec1a08bd278fc5f965db6dd2..6885834b4cbc37e55592044e326d653d62d31356 100644 (file)
@@ -11,7 +11,7 @@ class Display;
 class ErrorDialog: public Debug::ErrorReporter
 {
 private:
-       Display *display = 0;
+       Display *display = nullptr;
 
 public:
        ErrorDialog(Display *d): display(d) { }