pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src pingus_error.cxx,1.5,1.6


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_error.cxx,1.5,1.6
Date: 11 Oct 2002 20:21:43 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv4024

Modified Files:
        pingus_error.cxx 
Log Message:
fixing ';'s...

Index: pingus_error.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_error.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pingus_error.cxx    27 Sep 2002 11:26:44 -0000      1.5
+++ pingus_error.cxx    11 Oct 2002 20:21:41 -0000      1.6
@@ -58,7 +58,7 @@
 PingusBug&
 PingusBug::operator= (const PingusBug& old)
 {
-  if (this == &old);
+  if (this == &old)
     return *this;
     
   PingusException::operator=(old);
@@ -89,7 +89,7 @@
 PingusError&
 PingusError::operator= (const PingusError& old)
 {
-  if (this == &old);
+  if (this == &old)
     return *this;
     
   PingusException::operator=(old);





reply via email to

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