Fix "-Wreorder".

This commit is contained in:
Tetsuo Kiso 2012-05-07 21:45:30 +09:00
parent 265f2207fc
commit e399131cfa
2 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ public:
,m_targetCorpus(tc) ,m_targetCorpus(tc)
,m_alignment(a) ,m_alignment(a)
,m_sentence_id(sentence_id) ,m_sentence_id(sentence_id)
,m_source_position(position) ,m_source_length(source_length)
,m_source_length(source_length)
,m_target_length(target_length) ,m_target_length(target_length)
,m_source_position(position)
,m_source_start(source_start) ,m_source_start(source_start)
,m_source_end(source_end) ,m_source_end(source_end)
{ {

View File

@ -34,8 +34,8 @@ public:
,m_targetCorpus(tc) ,m_targetCorpus(tc)
,m_alignment(a) ,m_alignment(a)
,m_sentence_id(sentence_id) ,m_sentence_id(sentence_id)
,m_source_position(position)
,m_target_length(target_length) ,m_target_length(target_length)
,m_source_position(position)
,m_source_start(source_start) ,m_source_start(source_start)
,m_source_end(source_end) ,m_source_end(source_end)
,m_target_start(target_start) ,m_target_start(target_start)