Skip to content
Snippets Groups Projects
Commit 09f91e22 authored by Josh Siegle's avatar Josh Siegle
Browse files

Fix Xcode warning

parent 907d476b
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
ChannelMappingNode::ChannelMappingNode()
: GenericProcessor("Channel Map"), previousChannelCount(0), channelBuffer(1,10000),
: GenericProcessor("Channel Map"), previousChannelCount(0), channelBuffer(1,10000)
{
referenceArray.resize(1024); // make room for 1024 channels
channelArray.resize(1024);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment