Fix typo
This commit is contained in:
parent
4efbfa3e8f
commit
8f908a213d
|
|
@ -333,7 +333,7 @@ vpiHandle vpip_make_string_param(char*name, char*text,
|
|||
|
||||
|
||||
inline __vpiBinaryConst::__vpiBinaryConst()
|
||||
signed_flag(0), sized_flag(0)
|
||||
: signed_flag(0), sized_flag(0)
|
||||
{ }
|
||||
|
||||
int __vpiBinaryConst::get_type_code(void) const
|
||||
|
|
|
|||
Loading…
Reference in New Issue