Fix class versus struct warning in clang
This commit is contained in:
parent
42422d9940
commit
10ef0eb109
|
|
@ -464,7 +464,7 @@ int vpip_time_units_from_handle(vpiHandle obj)
|
|||
struct __vpiSysTaskCall*task;
|
||||
__vpiScope*scope;
|
||||
struct __vpiSignal*signal;
|
||||
struct __vpiNamedEvent*event;
|
||||
class __vpiNamedEvent*event;
|
||||
|
||||
if (obj == 0)
|
||||
return vpip_get_time_precision();
|
||||
|
|
|
|||
Loading…
Reference in New Issue