$OpenBSD: patch-movelist_cc,v 1.1 2002/09/28 20:26:48 naddy Exp $
--- movelist.cc.orig	Sat Sep 28 21:05:47 2002
+++ movelist.cc	Sat Sep 28 21:07:28 2002
@@ -95,8 +95,8 @@ MoveListWindow::~MoveListWindow() {
 }
 
 void MoveListWindow::updateList(list<Position> &moves,
-				int over=0,GameResult result=UNDEF,
-				char *reason=0) {
+				int over,GameResult result,
+				char *reason) {
   populate_clist(moves,over,result,reason);
 }
 
