Made project compile again

This commit is contained in:
michael starke
2012-12-10 15:07:59 +01:00
parent 588f0c75c0
commit 26b6b8c78a
14 changed files with 1642 additions and 1033 deletions

View File

@@ -17,8 +17,6 @@ NSString *const MPDidLoadDataBaseNotification = @"DidLoadDataBaseNotification";
@implementation MPDatabaseDocument
@synthesize tree = _tree;
- (id)init {
// no appropriate init method
return nil;