]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.h
Use nullptr instead of 0 for pointers
[libs/core.git] / source / core / application.h
index c3c693d3052a2fb9808bc3018cdecd40218102d2..972f3b73b1f8d9767e1f72bcd4ccdf6529415a47 100644 (file)
@@ -44,7 +44,7 @@ public:
 
        This function can only be called once.  The global main() function provided
        by the library normally does it automatically at program startup. */
-       static int run(int, char **, void * = 0, void (*)(void *) = 0);
+       static int run(int, char **, void * = nullptr, void (*)(void *) = nullptr);
 
        /** Sets application startup info, including argv[0] value and platform-
        specific data.