summarylogtreecommitdiffstats
path: root/FullDTW.h.patch
blob: 9d087fb094522638722ec2b3928f66cdcdb5e6f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/sonic-lineup-1.1/match/src/FullDTW.h	2022-01-22 11:15:25.298078377 +0100
+++ src/sonic-lineup-1.1/match/src/FullDTW.h.patched	2022-01-22 11:15:15.491541875 +0100
@@ -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: