summaryrefslogtreecommitdiff
path: root/decoder/lazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/lazy.h')
-rw-r--r--decoder/lazy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/lazy.h b/decoder/lazy.h
index 3e71a3b0..d1f030d1 100644
--- a/decoder/lazy.h
+++ b/decoder/lazy.h
@@ -6,6 +6,6 @@
class Hypergraph;
-void PassToLazy(const Hypergraph &hg, const std::vector<weight_t> &weights);
+void PassToLazy(const char *model_file, const std::vector<weight_t> &weights, const Hypergraph &hg);
#endif // _LAZY_H_