summaryrefslogtreecommitdiff
path: root/decoder/forest_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/forest_writer.h')
-rw-r--r--decoder/forest_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/forest_writer.h b/decoder/forest_writer.h
index 4d28de77..54e83470 100644
--- a/decoder/forest_writer.h
+++ b/decoder/forest_writer.h
@@ -7,7 +7,7 @@ class Hypergraph;
struct ForestWriter {
ForestWriter(const std::string& path, int num);
- bool Write(const Hypergraph& forest, bool minimal_rules);
+ bool Write(const Hypergraph& forest);
const std::string fname_;
bool used_;