]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/android/display_platform.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / graphics / android / display_platform.h
index 207f6ef6722606bd7198c6b17052fe212ac1b290..e07cb2ebeacaa76a7962a35bc5a7d7db6ff31efc 100644 (file)
@@ -14,10 +14,10 @@ typedef void *DisplayHandle;
 
 struct PlatformDisplayPrivate: public sigc::trackable
 {
-       AInputQueue *input_queue = 0;
+       AInputQueue *input_queue = nullptr;
        std::list<Window::Event> events;
        Mutex event_mutex;
-       WindowHandle native_window = 0;
+       WindowHandle native_window = nullptr;
        Mutex window_mutex;
 
        void push_event(AndroidEventType);