summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index ede1c9d..01185b2 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -82,7 +82,7 @@ public:
const std::string& head_client_name,
const std::string& head_port_name) override;
- uint32_t get_xruns() { return _xruns; }
+ uint32_t get_xruns() const { return _xruns; }
void reset_xruns();
float get_max_dsp_load();
void reset_max_dsp_load();