IOWrapper: less compiler warnings

This commit is contained in:
Matthias Huck 2014-12-04 19:16:30 +00:00
parent ad243f3500
commit 59fd278ef7

View File

@ -81,14 +81,12 @@ protected:
std::istream *m_inputStream;
std::ostream *m_nBestStream;
std::ostream *m_outputWordGraphStream;
std::ostream *m_detailedTranslationReportingStream;
std::ofstream *m_alignmentInfoStream;
std::ostream *m_unknownsStream;
std::ostream *m_outputSearchGraphStream;
std::ofstream *m_latticeSamplesStream;
std::ostream *m_detailedTranslationReportingStream;
std::ostream *m_unknownsStream;
std::ostream *m_detailedTreeFragmentsTranslationReportingStream;
bool m_surpressSingleBestOutput;
std::ofstream *m_alignmentInfoStream;
std::ofstream *m_latticeSamplesStream;
Moses::OutputCollector *m_singleBestOutputCollector;
Moses::OutputCollector *m_nBestOutputCollector;
@ -100,6 +98,8 @@ protected:
Moses::OutputCollector *m_latticeSamplesCollector;
Moses::OutputCollector *m_detailTreeFragmentsOutputCollector;
bool m_surpressSingleBestOutput;
// CHART
typedef std::vector<std::pair<Moses::Word, Moses::WordsRange> > ApplicationContext;