]> 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 3ed8f847ad5d177dc87dc2049baa70f6fc6b8552..faa9f16c526120ff09733e02b8f2f88bb399f363 100644 (file)
@@ -26,7 +26,7 @@ struct PlatformWindowPrivate
 struct PlatformEvent
 {
        AndroidEventType type;
-       AInputEvent *aevent;
+       AInputEvent *aevent = nullptr;
 };
 
 } // namespace Graphics