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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-03-27 02:38:58 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-03-27 02:38:58 +0300
commitc7ad2571f5c574eb5d854a9a1847c6d633412f07 (patch)
treea0893bc143f869a946ae14a747a34e1a6c022b6b /moses/Manager.h
parente827896027298792ee4341b29dad617d0b8dc08c (diff)
Making GetSource() in Manager and Basemanager virtual breaks one regression tests.
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index c611ef9dd..398d456c6 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -182,7 +182,7 @@ public:
void OutputSearchGraphAsHypergraph(std::ostream &outputSearchGraphStream) const;
void GetSearchGraph(std::vector<SearchGraphNode>& searchGraph) const;
- virtual const InputType& GetSource() const;
+ const InputType& GetSource() const;
/***
* to be called after processing a sentence (which may consist of more than just calling ProcessSentence() )