Browse Source

Change CDVPlugin.h import to use correct filename

Plugin doesn't compile because it's trying to import a CDVlugin.h.
Changed to correct filename.
James Gregory 13 years ago
parent
commit
bee17605f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SAiOSKeychainPlugin.h

+ 1 - 1
SAiOSKeychainPlugin.h

@@ -10,7 +10,7 @@
 #ifdef CORDOVA_FRAMEWORK
 #import <Cordova/CDVPlugin.h>
 #else
-#import "CDVlugin.h"
+#import "CDVPlugin.h"
 #endif
 
 @interface SAiOSKeychainPlugin : CDVPlugin {