This commit is contained in:
Kevin Sawicki 2016-07-07 14:28:01 -07:00
parent 10a2454921
commit cb943cec77

View file

@ -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