Fixed compiler warning

Sam Lantinga 2017-12-08 11:33:27 -08:00
parent 1a1cd8c143
commit 127841f315
1 changed files with 1 additions and 1 deletions

View File

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