diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-01 00:25:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-01 00:25:30 +0100 |
| commit | ee161be0fb0e93d77d34fb3f13fd562a76738a07 (patch) | |
| tree | 375f5abbb5eac9925bdd62ddff79fe75119b9b54 /src/lib/audio_mapping.h | |
| parent | 78ea7fcd0d2b78cb9e70f069dad68a1efb3a1141 (diff) | |
Various fixes so that audio_delay_test works again.
Diffstat (limited to 'src/lib/audio_mapping.h')
| -rw-r--r-- | src/lib/audio_mapping.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/audio_mapping.h b/src/lib/audio_mapping.h index f3096764c..d3f497fc2 100644 --- a/src/lib/audio_mapping.h +++ b/src/lib/audio_mapping.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ class AudioMapping { public: AudioMapping (); - AudioMapping (int); + AudioMapping (int channels); AudioMapping (boost::shared_ptr<const cxml::Node>, int); /* Default copy constructor is fine */ |
