fix (to make the pseudo gtk_lumiera compile again)
This commit is contained in:
parent
0b521302a2
commit
a89b7f8eba
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ Actions::Actions(WorkspaceWindow &workspace_window) :
|
|||
workspaceWindow(workspace_window),
|
||||
is_updating_action_state(false)
|
||||
{
|
||||
workspace_window.signal_show ().connect_notify(mem_fun(this, &Actions::update_action_state));
|
||||
workspace_window.signal_show ().connect_notify(sigc::mem_fun(this, &Actions::update_action_state));
|
||||
|
||||
//----- Create the Action Group -----//
|
||||
actionGroup = ActionGroup::create();
|
||||
|
|
|
|||
Loading…
Reference in a new issue