]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/android/window_platform.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / graphics / android / window_platform.h
index 633444b147a98b49b825073585c8b7c5648c96af..faa9f16c526120ff09733e02b8f2f88bb399f363 100644 (file)
@@ -26,7 +26,7 @@ struct PlatformWindowPrivate
 struct PlatformEvent
 {
        AndroidEventType type;
-       AInputEvent *aevent = 0;
+       AInputEvent *aevent = nullptr;
 };
 
 } // namespace Graphics