Fix a minor cppcheck initialization complaint.

This commit is contained in:
Cary R 2010-11-03 13:44:06 -08:00 committed by Stephen Williams
parent ab3798bb81
commit ccf01cc665
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ void vvp_wire_vec8::vec4_value(vvp_vector4_t&val) const
}
vvp_wire_real::vvp_wire_real()
: bit_(0.0)
: bit_(0.0), force_(0.0)
{
}