summaryrefslogtreecommitdiffstats
path: root/games/magiccube4d/files/patch-Machine.h
blob: 6f2aff1ce4ec6f395639a0c78cb1f052b0ff1107 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Machine.h.orig	Sat Dec 30 23:43:10 2006
+++ Machine.h	Sat Dec 30 23:43:24 2006
@@ -31,7 +31,7 @@
 {
 public:
     typedef void (EventHandler::*event_handler)(EventHandler::Event*,
-                                                void *arg = 0);
+                                                void *arg);
     virtual ~Machine() {};
 
     static Machine* createMachine(EventHandler*, int& argc, char *argv[],
OpenPOWER on IntegriCloud