diff src/Finder.h @ 167:28c73e5db2eb structure

Allow querying the best-estimate reference frame for the current feed point; don't heap-allocate finder
author Chris Cannam
date Thu, 05 Feb 2015 14:06:57 +0000
parents 4159f6b71942
children bb4507f24dc9
line wrap: on
line diff
--- a/src/Finder.h	Thu Jan 29 13:29:48 2015 +0000
+++ b/src/Finder.h	Thu Feb 05 14:06:57 2015 +0000
@@ -27,6 +27,8 @@
 public:
     Finder(Matcher *pm);
 
+    // default copy ctor and operator= are fine
+
     ~Finder();
 
     void setMatcher(Matcher *pm);
@@ -116,7 +118,7 @@
     ErrorPosition checkPathCostMatrix();
     void checkAndReport();
 #endif
-    
+
     Matcher *m_m;   // I do not own this
     
     int m_duration1;