]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/unix/main.cpp
Use nullptr instead of 0 for pointers
[libs/core.git] / source / core / unix / main.cpp
index 434dba1b30c1f25d017897bf6925480aeaf166e0..58c9fda45e812e362d9f0d18d29568db387cf068 100644 (file)
@@ -2,5 +2,5 @@
 
 int main(int argc, char **argv)
 {
-       return Msp::Application::run(argc, argv, 0);
+       return Msp::Application::run(argc, argv, nullptr);
 }