diff AgentFeeder.cpp @ 66:7ad142c710c6 parameters

Add some parameters
author Chris Cannam
date Fri, 30 Aug 2013 15:35:49 +0100
parents 751b43d119cf
children
line wrap: on
line diff
--- a/AgentFeeder.cpp	Thu Dec 06 17:27:16 2012 +0000
+++ b/AgentFeeder.cpp	Fri Aug 30 15:35:49 2013 +0100
@@ -76,7 +76,7 @@
     }
     
     if (!swallowed) {
-        NoteHypothesis h;
+        NoteHypothesis h(m_slack);
         if (h.accept(e)) {
             newCandidates.push_back(h);
         }