diff options
| -rw-r--r-- | cocoa/PlatCocoa.mm | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 83ef691e5..e87ccdd41 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1390,8 +1390,7 @@ public:  #pragma unused(rowIndex)  } -- (NSInteger)numberOfRowsInTableView: -(NSTableView*)aTableView +- (NSInteger)numberOfRowsInTableView: (NSTableView*)aTableView  {  #pragma unused(aTableView)    if (!box) | 
