pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input event_fwd.hxx,1.1,1.2


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input event_fwd.hxx,1.1,1.2
Date: 20 Dec 2002 19:12:35 -0000

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

Modified Files:
        event_fwd.hxx 
Log Message:
little namespace glitch fix


Index: event_fwd.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/event_fwd.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- event_fwd.hxx       20 Dec 2002 01:42:07 -0000      1.1
+++ event_fwd.hxx       20 Dec 2002 19:12:33 -0000      1.2
@@ -26,8 +26,8 @@
 // dependencies a bit.
 namespace Input {
 
-union Input::Event;
-typedef std::vector<Input::Event> EventLst;
+union Event;
+typedef std::vector<Event> EventLst;
 
 } // namespace Input
 




reply via email to

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