Skip to content

Commit e5cb693

Browse files
authored
[src] Fix to compilation error from #4305 (#4313)
1 parent 9972000 commit e5cb693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cudadecoder/batched-threaded-nnet3-cuda-pipeline2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class BatchedThreadedNnet3CudaPipeline2 {
257257
void WaitForAllTasks();
258258

259259
// Used for debug
260-
void SetSymbolTable(fst::SymbolTable *word_syms) {
260+
void SetSymbolTable(const fst::SymbolTable &word_syms) {
261261
cuda_online_pipeline_.SetSymbolTable(word_syms);
262262
}
263263

0 commit comments

Comments
 (0)