diff options
Diffstat (limited to 'src/AlsaInput.h')
-rw-r--r-- | src/AlsaInput.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AlsaInput.h b/src/AlsaInput.h index b43ad7d..c1e3e9b 100644 --- a/src/AlsaInput.h +++ b/src/AlsaInput.h @@ -20,7 +20,6 @@ #ifndef __ALSA_H_ #define __ALSA_H_ #include <cstdio> -#include <stdint.h> #include <string> #include <alsa/asoundlib.h> @@ -66,7 +65,7 @@ class AlsaInput int prepare(); - int start(); + void start(); private: AlsaInput(const AlsaInput& other) : m_queue(other.m_queue) {} |