Skip to content
Snippets Groups Projects
Commit c7dc24b2 authored by Josh Siegle's avatar Josh Siegle Committed by wonkoderverstaendige
Browse files

Fix Xcode warning

parent f5d6b24e
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