cocoa: fix compile error caused by faulty merge

[skip ci]
This commit is contained in:
rdb 2018-03-29 14:44:10 +02:00
parent 2bde4d839a
commit b8af5bf64f

View File

@ -1615,7 +1615,7 @@ handle_key_event(NSEvent *event) {
}
cocoadisplay_cat.spam(false) << "\n";
}
_input->keystroke(c);
_input_devices[0].keystroke(c);
}
}