summaryrefslogtreecommitdiff
path: root/math/openfst-vosk/files/patch-src_include_fst_bi-table.h
blob: b6b8a0a22c26c99f305486c681c4d2d39c7a5406 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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_),