mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-04 18:24:28 -05:00
The NSApplication delegate was changed from a setDelegate/delegate method pair to a property, while the definition of NSApp didn't change (its type is id while the type should be NSApplication* or similar) Fixes jp9000/obs-studio#221