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:
authorKenneth Heafield <github@kheafield.com>2012-10-31 00:25:05 +0400
committerKenneth Heafield <github@kheafield.com>2012-10-31 00:25:05 +0400
commitdc31857bbccbaebe1a0ea2ecac349259dc2340b7 (patch)
tree5866014098475a5873caa0dfb039e96cfcdb43ae /mert/ScoreDataIterator.cpp
parent630b4d4ea9e63ca718b887ef345dca3ab73e2312 (diff)
Reduce header pollution
Diffstat (limited to 'mert/ScoreDataIterator.cpp')
-rw-r--r--mert/ScoreDataIterator.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mert/ScoreDataIterator.cpp b/mert/ScoreDataIterator.cpp
index 6efcf5bc3..80568b810 100644
--- a/mert/ScoreDataIterator.cpp
+++ b/mert/ScoreDataIterator.cpp
@@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
#include <iostream>
+#include "util/file_piece.hh"
#include "util/tokenize_piece.hh"
#include "ScoreArray.h"
@@ -37,6 +38,8 @@ ScoreDataIterator::ScoreDataIterator(const string& filename) {
readNext();
}
+ScoreDataIterator::~ScoreDataIterator() {}
+
void ScoreDataIterator::readNext() {
m_next.clear();
try {