Update renamed variable
This commit is contained in:
parent
28f2a4951b
commit
1972e2eff9
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ bool ScopedDisableResize::disable_resize_ = false;
|
|||
|
||||
- (nullable NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
|
||||
makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier {
|
||||
return [touch_bar_helper_ makeItemForIdentifier:identifier];
|
||||
return [atom_touch_bar_ makeItemForIdentifier:identifier];
|
||||
}
|
||||
|
||||
// NSWindow overrides.
|
||||
|
|
Loading…
Reference in a new issue