fixed compiler error for gcc 3.4.6
parent
093b8557ce
commit
9d2216d84f
|
@ -173,7 +173,7 @@ Interface::Interface (InterfaceId iid)
|
||||||
Interface::~Interface ()
|
Interface::~Interface ()
|
||||||
{
|
{
|
||||||
m_impl = 0;
|
m_impl = 0;
|
||||||
m_ref = -1;
|
m_ref = 0xffffffff;
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
Interface::Ref (void) const
|
Interface::Ref (void) const
|
||||||
|
|
Loading…
Reference in New Issue