From 306d2fb53bf00490e9d694b02779247472bda9af Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 19 Jun 2017 21:23:04 -0700 Subject: [PATCH] V10: Fix class versus struct warning in clang --- vvp/vpi_priv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vvp/vpi_priv.cc b/vvp/vpi_priv.cc index d8f4b5369..ddb69acd4 100644 --- a/vvp/vpi_priv.cc +++ b/vvp/vpi_priv.cc @@ -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();