mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Merge pull request #4 from github/fix-xcode-4.3-build
Fix compiler error in Xcode 4.3
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