Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index 814be1e60..b2ee3d0a9 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -161,6 +161,8 @@ public:
void OutputWordGraph(OutputCollector *collector) const
{}
void OutputSearchGraph(OutputCollector *collector) const;
+ void OutputSearchGraphSLF() const
+ {}
};