Skip to content

Commit

Permalink
corrected a parameter that was not necessarely static
Browse files Browse the repository at this point in the history
  • Loading branch information
lhpaul committed Dec 26, 2017
1 parent 0e03fe1 commit 014425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/webview/WebViewPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#import "WebViewPlugin.h"

@implementation WebViewPlugin
static NSArray* results;
NSArray* results;

@synthesize webViewController;

Expand Down

0 comments on commit 014425c

Please sign in to comment.