summaryrefslogtreecommitdiffstats
path: root/src/server/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Driver.hpp')
-rw-r--r--src/server/Driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index 5a8fbed0..3e1a724f 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -88,7 +88,7 @@ public:
virtual size_t seq_size() const = 0;
/** Return the sample rate in Hz */
- virtual SampleCount sample_rate() const = 0;
+ virtual SampleRate sample_rate() const = 0;
/** Return the current frame time (running counter) */
virtual SampleCount frame_time() const = 0;