diff Matcher.h @ 1:de792b8c2801

* update from other repo
author cannam
date Wed, 04 Jun 2008 19:32:59 +0000
parents 640f92242cc1
children a02321c31884
line wrap: on
line diff
--- a/Matcher.h	Wed Oct 24 12:13:43 2007 +0000
+++ b/Matcher.h	Wed Jun 04 19:32:59 2008 +0000
@@ -249,6 +249,8 @@
         return frameCount;
     }
 
+    void setHopSize(int);
+
 protected:
     template <typename T>
     void initVector(vector<T> &vec, int sz, T dflt = 0) {