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-07-18 20:00:44 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-18 20:00:44 +0400
commitcb46bd3c0082be923671f016f807996612a83260 (patch)
treefff05f6f659f8b3dda8a6a7ad4e9b19f5b74ce00 /moses/TargetPhraseCollection.h
parentf81d7a446f1947fdd4f4ecc8874264555dfb66f9 (diff)
beautify
Diffstat (limited to 'moses/TargetPhraseCollection.h')
-rw-r--r--moses/TargetPhraseCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TargetPhraseCollection.h b/moses/TargetPhraseCollection.h
index 696eed398..58833b1aa 100644
--- a/moses/TargetPhraseCollection.h
+++ b/moses/TargetPhraseCollection.h
@@ -85,7 +85,7 @@ public:
void Sort(bool adhereTableLimit, size_t tableLimit);
void Clear() {
- RemoveAllInColl(m_collection);
+ RemoveAllInColl(m_collection);
}
};