diff AgentFeeder.h @ 57:82b3cdf6ca6b

Get new accepted hypotheses from feeder as they appear
author Chris Cannam
date Thu, 27 Sep 2012 17:22:51 +0100
parents 751b43d119cf
children 7ad142c710c6
line wrap: on
line diff
--- a/AgentFeeder.h	Thu Sep 27 17:14:11 2012 +0100
+++ b/AgentFeeder.h	Thu Sep 27 17:22:51 2012 +0100
@@ -56,7 +56,7 @@
 
     typedef std::vector<NoteHypothesis> Hypotheses;
 
-    Hypotheses getAcceptedHypotheses() const {
+    const Hypotheses &getAcceptedHypotheses() const {
         return m_accepted;
     }