mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix all warnings reported by clang
This commit is contained in:
@@ -41,8 +41,7 @@ GUIVolumeChange::GUIVolumeChange(gui::IGUIEnvironment* env,
|
||||
IMenuManager *menumgr,
|
||||
Client* client
|
||||
):
|
||||
GUIModalMenu(env, parent, id, menumgr),
|
||||
m_client(client)
|
||||
GUIModalMenu(env, parent, id, menumgr)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user