depot/pkgs/applications/audio/sonic-lineup/match-vamp.patch
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

11 lines
364 B
Diff

--- 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: