🎨
This commit is contained in:
parent
10a2454921
commit
cb943cec77
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void AtomMenuModel::MenuClosed() {
|
||||||
|
|
||||||
AtomMenuModel* AtomMenuModel::GetSubmenuModelAt(int index) {
|
AtomMenuModel* AtomMenuModel::GetSubmenuModelAt(int index) {
|
||||||
return static_cast<AtomMenuModel*>(
|
return static_cast<AtomMenuModel*>(
|
||||||
ui::SimpleMenuModel::GetSubmenuModelAt(index));
|
ui::SimpleMenuModel::GetSubmenuModelAt(index));
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace atom
|
} // namespace atom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue