mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Update ivars in GormLayeredInspector controller
This commit is contained in:
parent
0435aded37
commit
50f3beafe1
3 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
Actions = (
|
||||
);
|
||||
Outlets = (
|
||||
tableView
|
||||
"_tableView"
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@
|
|||
|
||||
@interface GormLayeredInspector : NSObject
|
||||
{
|
||||
IBOutlet id tableView;
|
||||
IBOutlet id _tableView;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue