summaryrefslogtreecommitdiffstats
path: root/src/JackInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackInput.h')
-rw-r--r--src/JackInput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JackInput.h b/src/JackInput.h
index d5832c7..36cd34f 100644
--- a/src/JackInput.h
+++ b/src/JackInput.h
@@ -37,7 +37,7 @@ extern "C" {
class JackInput
{
public:
- JackInput(const std::string& jack_name,
+ JackInput(const char* jack_name,
unsigned int channels,
unsigned int samplerate,
SampleQueue<uint8_t>& queue) :
@@ -63,7 +63,7 @@ class JackInput
std::vector<jack_port_t*> m_input_ports;
- std::string m_jack_name;
+ const char* m_jack_name;
unsigned int m_channels;
unsigned int m_rate;