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 'OnDiskPt/OnDiskWrapper.h')
-rw-r--r--OnDiskPt/OnDiskWrapper.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/OnDiskPt/OnDiskWrapper.h b/OnDiskPt/OnDiskWrapper.h
index a31c473fa..5b7cdfe01 100644
--- a/OnDiskPt/OnDiskWrapper.h
+++ b/OnDiskPt/OnDiskWrapper.h
@@ -61,10 +61,12 @@ public:
, int numSourceFactors, int numTargetFactors, int numScores);
void EndSave();
- Vocab &GetVocab()
- { return m_vocab; }
- const Vocab &GetVocab() const
- { return m_vocab; }
+ Vocab &GetVocab() {
+ return m_vocab;
+ }
+ const Vocab &GetVocab() const {
+ return m_vocab;
+ }
size_t GetSourceWordSize() const;
size_t GetTargetWordSize() const;