Fixup for c95306245f
.
This commit is contained in:
parent
e44db31532
commit
fc89257afd
|
@ -90,6 +90,7 @@ struct InterfaceProxy(I) if (is(I == interface)) {
|
|||
this(IP : InterfaceProxy!J, J)(IP proxy) @safe
|
||||
{
|
||||
() @trusted {
|
||||
m_intf = proxy.m_intf;
|
||||
swap(proxy.m_value, m_value);
|
||||
proxy.m_intf = null;
|
||||
} ();
|
||||
|
|
Loading…
Reference in a new issue