X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=alsa_input.h;h=895760fed8fef76737e341e44e188267db7c9692;hb=01181e6e22e5cfc9d0cb17231f2c1866cc53b04a;hp=d485a3b74e18b1ce823c5dbf9d5ea7df08ad1ce2;hpb=0b0e067a60997906a192dd184434260dd97938da;p=nageru diff --git a/alsa_input.h b/alsa_input.h index d485a3b..895760f 100644 --- a/alsa_input.h +++ b/alsa_input.h @@ -22,7 +22,7 @@ class ALSAInput { public: - typedef std::function audio_callback_t; + typedef std::function audio_callback_t; ALSAInput(const char *device, unsigned sample_rate, unsigned num_channels, audio_callback_t audio_callback); ~ALSAInput();