summaryrefslogtreecommitdiffstats
path: root/raul/JackDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/JackDriver.h')
-rw-r--r--raul/JackDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/JackDriver.h b/raul/JackDriver.h
index cc42c02..844f109 100644
--- a/raul/JackDriver.h
+++ b/raul/JackDriver.h
@@ -62,7 +62,7 @@ public:
jack_nframes_t buffer_size();
bool set_buffer_size(jack_nframes_t size);
- inline float sample_rate() { return jack_get_sample_rate(_client); }
+ inline jack_nframes_t sample_rate() { return jack_get_sample_rate(_client); }
inline size_t xruns() { return _xruns; }
void reset_xruns();