mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 04:05:07 +00:00
IPCCompiler: Put message classes in the Messages namespace
This commit is contained in:
parent
0709c17487
commit
2e219255a2
26 changed files with 321 additions and 319 deletions
|
@ -470,7 +470,7 @@ void Menu::did_activate(MenuItem& item)
|
|||
MenuManager::the().close_bar();
|
||||
|
||||
if (m_client)
|
||||
m_client->post_message(WindowClient::MenuItemActivated(m_menu_id, item.identifier()));
|
||||
m_client->post_message(Messages::WindowClient::MenuItemActivated(m_menu_id, item.identifier()));
|
||||
}
|
||||
|
||||
MenuItem* Menu::item_with_identifier(unsigned identifer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue