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:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 04:16:05 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 04:16:05 +0400
commit0fc56ae869a41ee77220b2468d4a0c1e2afd14aa (patch)
tree682e85d32b3c4277d534507ca4f421e67250b669 /mert/Types.h
parent68315d6407f55ff98b3b3bf89dc725d2ccad8019 (diff)
Add a comment to mark the end of #define guard.
Diffstat (limited to 'mert/Types.h')
-rw-r--r--mert/Types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mert/Types.h b/mert/Types.h
index 659da2334..1d0fd0dd0 100644
--- a/mert/Types.h
+++ b/mert/Types.h
@@ -1,5 +1,6 @@
#ifndef TYPE_H
#define TYPE_H
+
#include <vector>
#include <map>
#include <string>
@@ -39,4 +40,4 @@ typedef vector<ScoreArray> scoredata_t;
typedef map<size_t, std::string> idx2name;
typedef map<std::string, size_t> name2idx;
-#endif
+#endif // TYPE_H