V10: Fix class versus struct warning in clang

This commit is contained in:
Cary R 2017-06-19 21:23:04 -07:00
parent 52b497f74c
commit 306d2fb53b
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ int vpip_time_units_from_handle(vpiHandle obj)
struct __vpiSysTaskCall*task;
struct __vpiScope*scope;
struct __vpiSignal*signal;
struct __vpiNamedEvent*event;
__vpiNamedEvent*event;
if (obj == 0)
return vpip_get_time_precision();