diff --git a/Source/GSNibCompatibility.m b/Source/GSNibCompatibility.m index 1e62ea5aa..2202069ee 100644 --- a/Source/GSNibCompatibility.m +++ b/Source/GSNibCompatibility.m @@ -1467,15 +1467,6 @@ static BOOL _isInInterfaceBuilder = NO; } @end -// ...dummy/placeholder classes... -// overridden in NSTableView to be GSTableCornerView, -// but the class needs to be present to be overridden. -@interface _NSCornerView : NSView -@end - -@implementation _NSCornerView -@end - @implementation NSIBHelpConnector - (id) initWithCoder: (NSCoder *)coder { @@ -1586,6 +1577,15 @@ static BOOL _isInInterfaceBuilder = NO; @end +// ...dummy/placeholder classes... +// overridden in NSTableView to be GSTableCornerView, +// but the class needs to be present to be overridden. +@interface _NSCornerView : NSView +@end + +@implementation _NSCornerView +@end + // class needed for nib encoding/decoding by @implementation NSPSMatrix - (void) encodeWithCoder: (NSCoder *)coder