pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intentional code?


From: Neil Hotmail
Subject: Re: Intentional code?
Date: Fri, 11 Oct 2002 20:16:38 +0100

Also possibly unintentional:

pingus_error.cxx
-------------------------------------
PingusBug&
PingusBug::operator= (const PingusBug& old)
{
  if (this == &old);
    return *this;
-------------------------------------
PingusError&
PingusError::operator= (const PingusError& old)
{
  if (this == &old);
    return *this;
-------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]