Changes for 2.5beta Release

This commit is contained in:
Hendrik Holtmann
2014-02-28 16:28:58 +01:00
parent d52a71e091
commit 063d53b06c
4 changed files with 12 additions and 9 deletions

View File

@ -56,7 +56,9 @@ static void powerSourceChanged(void * refCon)
}
- (id)init{
[super init];
if (self = [super init]) {
}
return self;
}