diff --git a/Source/NSView.m b/Source/NSView.m index 0b2657e5a..375bce96a 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -5231,6 +5231,10 @@ static NSView* findByTag(NSView *view, NSInteger aTag, NSUInteger *level) return 0; } +- (void) awakeFromNib +{ +} + @end #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)