pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src pingu_action.cxx,1.25,1.26


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingu_action.cxx,1.25,1.26
Date: 20 Apr 2003 21:25:31 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv9310

Modified Files:
        pingu_action.cxx 
Log Message:
made name lookup explicit to get VC6 happy


Index: pingu_action.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/pingu_action.cxx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- pingu_action.cxx    19 Apr 2003 10:23:17 -0000      1.25
+++ pingu_action.cxx    20 Apr 2003 21:25:29 -0000      1.26
@@ -100,7 +100,7 @@
 std::string
 PinguAction::get_name () const
 {
-  return action_to_screenname(get_type());
+  return Actions::action_to_screenname(get_type());
 }
 
 void





reply via email to

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