Testing syncmail
[ITKit.git] / ITTabView.m
index d6940a3..3ca1938 100755 (executable)
@@ -1,5 +1,15 @@
 #import "ITTabView.h"
 
+/*************************************************************************/
+#pragma mark -
+#pragma mark EVIL HACKERY
+/*************************************************************************/
+
+@interface NSTabViewItem (HACKHACKHACKHACK)
+- (NSRect)_tabRect;
+@end
+
+
 @implementation ITTabView
 
 - (id)initWithFrame:(NSRect)frame
@@ -68,4 +78,5 @@
     [super mouseDragged:event];
 }
 
+
 @end