]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/android/mainthread.h
Use nullptr instead of 0 for pointers
[libs/core.git] / source / core / android / mainthread.h
index 99a641b6e71084828d0c0b88364ff0425f697751..9ce9428568c5bada1529c762e6b2fa04fdeb3ca3 100644 (file)
@@ -20,8 +20,8 @@ public:
        sigc::signal<void, AInputQueue *> signal_input_queue_destroyed;
 
 private:
-       ANativeActivity *activity = 0;
-       AAssetManager *asset_manager = 0;
+       ANativeActivity *activity = nullptr;
+       AAssetManager *asset_manager = nullptr;
        FS::Path int_data_path;
        bool starting_up = true;
        Mutex startup_mutex;