summaryrefslogtreecommitdiff
path: root/libs/soundtouch/RateTransposer.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-03-16 21:44:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-03-16 21:44:10 +0000
commit2aba860ba1603cb84efc5d0212bf97493aa0bf46 (patch)
treed7b1ff50796820902a960652001519265caf2e5d /libs/soundtouch/RateTransposer.h
parent3e369073533988b8536216389d52cc947535e51c (diff)
fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl
git-svn-id: svn://localhost/ardour2/trunk@1605 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/soundtouch/RateTransposer.h')
-rw-r--r--libs/soundtouch/RateTransposer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/soundtouch/RateTransposer.h b/libs/soundtouch/RateTransposer.h
index f7c03f759e..5315d6fec3 100644
--- a/libs/soundtouch/RateTransposer.h
+++ b/libs/soundtouch/RateTransposer.h
@@ -150,7 +150,7 @@ public:
void clear();
/// Returns nonzero if there aren't any samples available for outputting.
- uint isEmpty();
+ int isEmpty() const;
};
}