pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor action_window.cxx,1.7,1.8


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor action_window.cxx,1.7,1.8
Date: 25 Aug 2002 09:08:51 -0000

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

Modified Files:
        action_window.cxx 
Log Message:
- moved actions into own namespace
- some little cleanup


Index: action_window.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/action_window.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- action_window.cxx   16 Aug 2002 13:03:35 -0000      1.7
+++ action_window.cxx   25 Aug 2002 09:08:49 -0000      1.8
@@ -38,7 +38,7 @@
  [    ok     ]  [  cancel  ]
 ****************************/
 
-using namespace Pingus::Actions;
+using namespace Actions;
 
 ActionWindow::ActionWindow (CL_Component* arg_parent, std::vector<ActionData>* 
arg_actions)
   : parent (arg_parent), actions (arg_actions)





reply via email to

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