Fix compile warning

This commit is contained in:
Montel Laurent 2011-07-08 21:50:01 +02:00
parent 2d9e588051
commit 2d9fd13b01

View file

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