Commit 127841f31507fba60f0eda51af595416664dabc6

Sam Lantinga 2017-12-08T11:33:27

Fixed compiler warning

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/uikit/SDL_uikitvideo.h b/src/video/uikit/SDL_uikitvideo.h
index 736888c..cf90042 100644
--- a/src/video/uikit/SDL_uikitvideo.h
+++ b/src/video/uikit/SDL_uikitvideo.h
@@ -29,7 +29,7 @@
 
 @interface SDL_VideoData : NSObject
 
-@property (nonatomic) id pasteboardObserver;
+@property (nonatomic, assign) id pasteboardObserver;
 
 @end