Fixed compiler warning

This commit is contained in:
Sam Lantinga 2017-12-08 11:33:27 -08:00
parent 2705bc1deb
commit ef2b2d41c1

View File

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