fixed compiler error for gcc 3.4.6

Raj Bhattacharjea 2007-05-14 11:05:37 -04:00
parent 093b8557ce
commit 9d2216d84f
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ Interface::Interface (InterfaceId iid)
Interface::~Interface ()
{
m_impl = 0;
m_ref = -1;
m_ref = 0xffffffff;
}
void
Interface::Ref (void) const