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 d1f030d1..94895b19 100644
--- a/decoder/lazy.h
+++ b/decoder/lazy.h
@@ -6,6 +6,6 @@
class Hypergraph;
-void PassToLazy(const char *model_file, const std::vector<weight_t> &weights, const Hypergraph &hg);
+void PassToLazy(const char *model_file, const std::vector<weight_t> &weights, unsigned int pop_limit, const Hypergraph &hg);
#endif // _LAZY_H_