summaryrefslogtreecommitdiff
path: root/libs/ardour/sndfileimportable.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 12:05:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-11 12:05:37 -0400
commit5162181767046a58e8c97194a8bb596871369166 (patch)
treec0427cbd83e26b62f0cc398e3e6d4a7834d3dfc3 /libs/ardour/sndfileimportable.cc
parentb9fa882c565e340e0e6f110274e0ac8809f3556d (diff)
Fix some usage of non-standard types for portability
Diffstat (limited to 'libs/ardour/sndfileimportable.cc')
-rw-r--r--libs/ardour/sndfileimportable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/sndfileimportable.cc b/libs/ardour/sndfileimportable.cc
index c9f6c4014f..ceb88eddc9 100644
--- a/libs/ardour/sndfileimportable.cc
+++ b/libs/ardour/sndfileimportable.cc
@@ -51,7 +51,7 @@ SndFileImportableSource::read (Sample* buffer, framecnt_t nframes)
return per_channel * sf_info.channels;
}
-uint
+uint32_t
SndFileImportableSource::channels () const
{
return sf_info.channels;