mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Fix compile error, add new class
This commit is contained in:
parent
a7a7a1e691
commit
3acf49a33d
2 changed files with 3 additions and 1 deletions
|
@ -265,6 +265,7 @@ NSTableColumn.m \
|
|||
NSTableHeaderView.m \
|
||||
NSTableHeaderCell.m \
|
||||
NSTableView.m \
|
||||
NSTableViewRowAction.m \
|
||||
NSTableCellView.m \
|
||||
NSTableRowView.m \
|
||||
NSText.m \
|
||||
|
@ -586,6 +587,7 @@ NSTableColumn.h \
|
|||
NSTableHeaderCell.h \
|
||||
NSTableHeaderView.h \
|
||||
NSTableView.h \
|
||||
NSTableViewRowAction.h \
|
||||
NSTableCellView.h \
|
||||
NSTableRowView.h \
|
||||
NSText.h \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
em/** <title>NSTableView</title>
|
||||
/** <title>NSTableView</title>
|
||||
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
|
||||
|
|
Loading…
Reference in a new issue