Fixed compiler warning

This commit is contained in:
Sam Lantinga 2017-12-08 11:33:27 -08:00
parent 2abcf193b5
commit 507ab36373

View file

@ -29,7 +29,7 @@
@interface SDL_VideoData : NSObject
@property (nonatomic) id pasteboardObserver;
@property (nonatomic, assign) id pasteboardObserver;
@end