Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 8, 2017
1 parent 1a1cd8c commit 127841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/uikit/SDL_uikitvideo.h
Expand Up @@ -29,7 +29,7 @@

@interface SDL_VideoData : NSObject

@property (nonatomic) id pasteboardObserver;
@property (nonatomic, assign) id pasteboardObserver;

@end

Expand Down

0 comments on commit 127841f

Please sign in to comment.