Fixed compiler warning

This commit is contained in:
Sam Lantinga 2017-12-08 11:33:27 -08:00
parent 1a1cd8c143
commit 127841f315

View file

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