mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
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:
@@ -24,7 +24,7 @@
|
||||
|
||||
- (void)dealloc {
|
||||
[_hiddenWindow release];
|
||||
[self dealloc];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (BOOL)isHandlingSendEvent {
|
||||
|
||||
Reference in New Issue
Block a user