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:
authorHieu Hoang <hieu@hoang.co.uk>2013-08-09 21:17:18 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-09 21:17:18 +0400
commit8756ad8ffde618c31c362823c7c585c019c683f0 (patch)
tree8bd5510c49838bf0589b65f51c5e54fa741440f8 /moses/ChartTranslationOptions.h
parenta867063a3bd0996c5e204f0e2639e3f983b5f78f (diff)
beautify
Diffstat (limited to 'moses/ChartTranslationOptions.h')
-rw-r--r--moses/ChartTranslationOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartTranslationOptions.h b/moses/ChartTranslationOptions.h
index d7d5002d5..94bf032a8 100644
--- a/moses/ChartTranslationOptions.h
+++ b/moses/ChartTranslationOptions.h
@@ -37,7 +37,7 @@ namespace Moses
class ChartTranslationOptions
{
public:
- typedef std::vector<boost::shared_ptr<TargetPhrase> > CollType;
+ typedef std::vector<boost::shared_ptr<TargetPhrase> > CollType;
/** Constructor
\param targetPhraseColl @todo dunno