forked from premiere/premiere-libtorrent
move constructor arguments into members (#902)
This commit is contained in:
parent
a740a49fd6
commit
c3432aedd9
|
@ -106,6 +106,7 @@ bool sleep_and_input(int* c, int sleep)
|
|||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <csignal>
|
||||
#include <utility>
|
||||
|
||||
struct set_keypress
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue