the very simple test app that calls the ZXingWidget
[zxing.git] / iphone / Classes / Database.h
index 2f1adb6..38ec771 100644 (file)
@@ -32,7 +32,7 @@
 @property sqlite3 *connection;
 @property int nextScanIdent;
 
-+ sharedDatabase;
++ (id)sharedDatabase;
 
 - (void)addScanWithText:(NSString *)text;
 - (NSArray *)scans;