Update ivars in GormLayeredInspector controller

This commit is contained in:
Gregory John Casamento 2025-04-16 22:35:57 -04:00
parent 0435aded37
commit 50f3beafe1
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
Actions = (
);
Outlets = (
tableView
"_tableView"
);
Super = NSObject;
};

View file

@ -7,7 +7,7 @@
@interface GormLayeredInspector : NSObject
{
IBOutlet id tableView;
IBOutlet id _tableView;
}