From c75da9da205404a56abd711c3147a8d2296fad97 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 8 Dec 2010 17:08:07 +0000 Subject: Don't use the same name for two parameters. --- dab/gamescreen.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dab') diff --git a/dab/gamescreen.h b/dab/gamescreen.h index ff0b0daa..c52c85bf 100644 --- a/dab/gamescreen.h +++ b/dab/gamescreen.h @@ -1,4 +1,4 @@ -/* $NetBSD: gamescreen.h,v 1.2 2008/04/28 20:22:54 martin Exp $ */ +/* $NetBSD: gamescreen.h,v 1.3 2010/12/08 17:08:07 joerg Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -63,9 +63,9 @@ class GAMESCREEN { virtual void redraw(void) = 0; // Refresh virtual int getinput(void) = 0; // Get user input virtual void bell(void) = 0; // Beep - virtual void score(size_t p, const PLAYER& p) = 0; // Post current score - virtual void games(size_t p, const PLAYER& p) = 0; // Post games won - virtual void total(size_t p, const PLAYER& p) = 0; // Post total score + virtual void score(size_t l, const PLAYER& p) = 0; // Post current score + virtual void games(size_t l, const PLAYER& p) = 0; // Post games won + virtual void total(size_t l, const PLAYER& p) = 0; // Post total score virtual void ties(const PLAYER& p) = 0; // Post tie games }; -- cgit v1.2.3-56-ge451