Skip to content

Commit

Permalink
Change CDVPlugin.h import to use correct filename
Browse files Browse the repository at this point in the history
Plugin doesn't compile because it's trying to import a CDVlugin.h.
Changed to correct filename.
  • Loading branch information
jagregory committed Aug 28, 2012
1 parent d1bdd99 commit ee5a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/Keychain/SAiOSKeychainPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef CORDOVA_FRAMEWORK
#import <Cordova/CDVPlugin.h>
#else
#import "CDVlugin.h"
#import "CDVPlugin.h"
#endif

@interface SAiOSKeychainPlugin : CDVPlugin {
Expand Down

0 comments on commit ee5a83d

Please sign in to comment.