Fix compile warning
This commit is contained in:
parent
2d9e588051
commit
2d9fd13b01
1 changed files with 1 additions and 1 deletions
|
@ -135,9 +135,9 @@ Workspace::Workspace(bool restore)
|
|||
, switch_to_tab_popup(0)
|
||||
, keys(0)
|
||||
, client_keys(NULL)
|
||||
, disable_shortcuts_keys(NULL)
|
||||
, client_keys_dialog(NULL)
|
||||
, client_keys_client(NULL)
|
||||
, disable_shortcuts_keys(NULL)
|
||||
, global_shortcuts_disabled(false)
|
||||
, global_shortcuts_disabled_for_client(false)
|
||||
, workspaceInit(true)
|
||||
|
|
Loading…
Reference in a new issue