deep, somewhat subtle changes for transport control. Everything should use Session...
[ardour.git] / libs / soundtouch / RateTransposer.h
index f7c03f759e657ef740d2ae27a546c7b449b30295..5315d6fec3ca8a3269aad4a8dd3eb63cca95236d 100644 (file)
@@ -150,7 +150,7 @@ public:
     void clear();
 
     /// Returns nonzero if there aren't any samples available for outputting.
-    uint isEmpty();
+    int isEmpty() const;
 };
 
 }