mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 14:56:55 +00:00
init is a reserved keyword and Swift 4.2 got a bit stricter about using it. this could be fixed by adding apostrophes around init but makes the code uglier. hence i just renamed init to initialized and for consistency uninit to uninitialized. Fixes #5899 |
||
---|---|---|
.. | ||
events_view.swift | ||
video_layer.swift | ||
window.swift |