Fix compiler error in Xcode 4.3

Presumably this also indicated infinite recursion, but I don't believe Atom is
ever actually deallocated.
This commit is contained in:
Adam Roben
2012-03-06 13:27:47 -08:00
parent 668022fb3b
commit 5665fcb48c

View File

@@ -24,7 +24,7 @@
- (void)dealloc {
[_hiddenWindow release];
[self dealloc];
[super dealloc];
}
- (BOOL)isHandlingSendEvent {