Browse Source

Fixed compiler warning

Sam Lantinga 7 years ago
parent
commit
127841f315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/uikit/SDL_uikitvideo.h

+ 1 - 1
src/video/uikit/SDL_uikitvideo.h

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