i cannot compile seti_header.cpp because of error
Error 6 error C2664: 'std::_Vector_const_iterator<_Ty,_Alloc>::_Vector_const_iterator(const std::_Vector_const_iterator<_Ty,_Alloc> &)' : cannot convert parameter 1 from 'int' to 'const std::_Vector_const_iterator<_Ty,_Alloc> &' f:\comp\boinc\boinc\seti_boinc\client\seti_header.cpp 129
in SETI_WU_INFO constructor :
SETI_WU_INFO::SETI_WU_INFO( void ) :
track_mem <SETI_WU_INFO> ( "SETI_WU_INFO" ),
data_class( 0 ),
start_ra( 0 ),
start_dec( 0 ),
end_ra( 0 ),
end_dec( 0 ),
true_angle_range( 0 ),
time_recorded( 0 ),
subband_center( 0 ),
subband_base( 0 ),
subband_sample_rate( 0 ),
fft_len( 0 ),
ifft_len( 0 ),
subband_number( 0 ),
nsamples( 0 ),
bits_per_sample( 0 ),
position_history( 0 ),
num_positions( 0 ),
beam_width(0)
{
data_type = 1;
splitter_version = 0;
angle_range = 0;
tape_version[0] = 0;
}
at the "{" location .
Any help ? please ....