mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
12 lines
364 B
Diff
12 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:
|