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 'mert/BleuScorer.h')
-rw-r--r--mert/BleuScorer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mert/BleuScorer.h b/mert/BleuScorer.h
index 5f105add2..9875b9c52 100644
--- a/mert/BleuScorer.h
+++ b/mert/BleuScorer.h
@@ -1,5 +1,5 @@
-#ifndef __BLEUSCORER_H__
-#define __BLEUSCORER_H__
+#ifndef MERT_BLEU_SCORER_H_
+#define MERT_BLEU_SCORER_H_
#include <iostream>
#include <string>
@@ -80,4 +80,4 @@ private:
BleuScorer& operator=(const BleuScorer&);
};
-#endif // __BLEUSCORER_H__
+#endif // MERT_BLEU_SCORER_H_