summaryrefslogtreecommitdiffstats
path: root/src/AlsaInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaInput.h')
-rw-r--r--src/AlsaInput.h3
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) {}