summaryrefslogtreecommitdiff
path: root/libs/backends/wavesaudio
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-02-19 18:21:03 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-02-19 18:23:17 -0500
commit76f6ff178e24a9882f7f455c4cf4039e44bfe442 (patch)
treecb6d555702de9cce4685cd64444eb389cb6565e1 /libs/backends/wavesaudio
parent582138f280b7c7d1620b31b27398459e1be84ae2 (diff)
fix incorrect type for Waves' backend's _sample_time_at_cycle_start
Diffstat (limited to 'libs/backends/wavesaudio')
-rw-r--r--libs/backends/wavesaudio/waves_audiobackend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/wavesaudio/waves_audiobackend.h b/libs/backends/wavesaudio/waves_audiobackend.h
index f7e562c715..ad40d094df 100644
--- a/libs/backends/wavesaudio/waves_audiobackend.h
+++ b/libs/backends/wavesaudio/waves_audiobackend.h
@@ -391,7 +391,7 @@ class WavesMidiPort;
static uint64_t __performance_counter_frequency;
#endif
uint64_t _cycle_start_time_nanos;
- pframes_t _sample_time_at_cycle_start;
+ framepos_t _sample_time_at_cycle_start;
bool _freewheeling;
bool _freewheel_thread_active;