Fix type error

This commit is contained in:
Allan Odgaard
2012-09-17 21:23:17 +02:00
parent 8f7346ee3e
commit 08666a37ba

View File

@@ -1160,7 +1160,7 @@ OAK_DEBUG_VAR(DocumentController);
}
}
- (NSMenu*)menuForTabBarView:(OakTextView*)aTabBarView
- (NSMenu*)menuForTabBarView:(OakTabBarView*)aTabBarView
{
NSInteger tabIndex = aTabBarView.tag;