aboutsummaryrefslogtreecommitdiff
path: root/math/openfst-vosk/files/patch-src_include_fst_bi-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/openfst-vosk/files/patch-src_include_fst_bi-table.h')
-rw-r--r--math/openfst-vosk/files/patch-src_include_fst_bi-table.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/openfst-vosk/files/patch-src_include_fst_bi-table.h b/math/openfst-vosk/files/patch-src_include_fst_bi-table.h
new file mode 100644
index 000000000000..b6b8a0a22c26
--- /dev/null
+++ b/math/openfst-vosk/files/patch-src_include_fst_bi-table.h
@@ -0,0 +1,11 @@
+--- src/include/fst/bi-table.h.orig 2021-02-07 08:38:45 UTC
++++ src/include/fst/bi-table.h
+@@ -327,7 +327,7 @@ class VectorHashBiTable {
+ }
+
+ VectorHashBiTable(const VectorHashBiTable<I, T, S, FP, H, HS> &table)
+- : selector_(table.s_),
++ : selector_(table.selector_),
+ fp_(table.fp_),
+ h_(table.h_),
+ id2entry_(table.id2entry_),