diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-07 10:46:36 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-07 10:46:36 +0100 |
commit | 7284422f3a907724af91de827b2d32220d0d4ba1 (patch) | |
tree | dda481445a21bce5f8fad471184e0131038840ef /src/AlsaInput.h | |
parent | 8d26f0804a03a222ca7b791f40ec51dba3b8162d (diff) | |
download | ODR-AudioEnc-7284422f3a907724af91de827b2d32220d0d4ba1.tar.gz ODR-AudioEnc-7284422f3a907724af91de827b2d32220d0d4ba1.tar.bz2 ODR-AudioEnc-7284422f3a907724af91de827b2d32220d0d4ba1.zip |
alsa-dabplus compiles
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) {} |