104a105,106
> sc_bind_proxy::sc_bind_proxy() : _interface(nullptr), _port(nullptr) {}
>
113c115
< const sc_bind_proxy SC_BIND_PROXY_NUL(*(sc_port_base *)nullptr);
---
> const sc_bind_proxy SC_BIND_PROXY_NIL;
117,118d118
< const sc_bind_proxy SC_BIND_PROXY_NIL(*(sc_port_base *)nullptr);
<