fix incorrect type for Waves' backend's _sample_time_at_cycle_start
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Feb 2015 23:21:03 +0000 (18:21 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Feb 2015 23:23:17 +0000 (18:23 -0500)
libs/backends/wavesaudio/waves_audiobackend.h

index f7e562c7151f63e3f76fca2eef5b23c61456c298..ad40d094df610e6045a1f2e855fee83b0625d0f0 100644 (file)
@@ -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;