]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/errorreporter.cpp
Use nullptr instead of 0 for pointers
[libs/core.git] / source / debug / errorreporter.cpp
index 8f080a307c1dbebb64605d73ee92d33685d5d608..edfa0026d58a6b92c08f43c5138a3ccc4aca610f 100644 (file)
@@ -3,7 +3,7 @@
 namespace Msp {
 namespace Debug {
 
-ErrorReporter *ErrorReporter::_current = 0;
+ErrorReporter *ErrorReporter::_current = nullptr;
 
 ErrorReporter::ErrorReporter():
        _prev(_current)