mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Fix type error
This commit is contained in:
@@ -1160,7 +1160,7 @@ OAK_DEBUG_VAR(DocumentController);
|
||||
}
|
||||
}
|
||||
|
||||
- (NSMenu*)menuForTabBarView:(OakTextView*)aTabBarView
|
||||
- (NSMenu*)menuForTabBarView:(OakTabBarView*)aTabBarView
|
||||
{
|
||||
NSInteger tabIndex = aTabBarView.tag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user