about summary refs log tree commit diff
path: root/pkgs/applications/audio/sonic-lineup/match-vamp.patch
blob: 03e9b54acd9427bfe1fb17e5e38cf1a17c37de84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/match/src/FullDTW.h
+++ b/match/src/FullDTW.h
@@ -83,7 +83,7 @@
      * against the best-matching subsequence of s1; otherwise it is
      * against the whole of s1.
      */
-    std::vector<size_t> align(const featureseq_t &s1,
+    std::vector<std::size_t> align(const featureseq_t &s1,
                               const featureseq_t &s2);
 
 private: