diff options
Diffstat (limited to 'gr-audio/lib/jack/jack_source.h')
-rw-r--r-- | gr-audio/lib/jack/jack_source.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-audio/lib/jack/jack_source.h b/gr-audio/lib/jack/jack_source.h index 2f7a0163a4..6c895ae067 100644 --- a/gr-audio/lib/jack/jack_source.h +++ b/gr-audio/lib/jack/jack_source.h @@ -41,7 +41,7 @@ namespace gr { * * Output samples will be in the range [-1,1]. */ - class jack_source : public source + class jack_source : public source { friend int jack_source_process(jack_nframes_t nframes, void *arg); @@ -55,8 +55,8 @@ namespace gr { bool d_ok_to_block; jack_client_t *d_jack_client; - static const int MAX_PORTS = 10; - int d_portcount; + static const int MAX_PORTS = 10; + int d_portcount; jack_port_t *d_jack_input_port[MAX_PORTS]; jack_ringbuffer_t *d_ringbuffer[MAX_PORTS]; jack_nframes_t d_jack_buffer_size; |