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:40:01 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 04:40:01 +0400
commitce9a628ed0337d051ce7058dcace2fa53df6d884 (patch)
treebcc9d8045725bd8553725b9acfd04b13e7a50a80 /mert/ScoreArray.cpp
parent664ffe0130e76a32571965a5f9fce1f6ff176ae1 (diff)
Remove unnecessary semicolons used in end of member functions.
Diffstat (limited to 'mert/ScoreArray.cpp')
-rw-r--r--mert/ScoreArray.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/mert/ScoreArray.cpp b/mert/ScoreArray.cpp
index 92824c818..271d388d8 100644
--- a/mert/ScoreArray.cpp
+++ b/mert/ScoreArray.cpp
@@ -10,8 +10,7 @@
#include "ScoreArray.h"
#include "Util.h"
-ScoreArray::ScoreArray(): idx("")
-{};
+ScoreArray::ScoreArray() : idx("") {}
void ScoreArray::savetxt(std::ofstream& outFile, const std::string& sctype)
{