mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
$NetBSD: patch-ak,v 1.1 2002/08/14 16:18:42 tron Exp $
|
|
|
|
--- Client/ScoreTable.hh.orig Sat Nov 1 12:50:14 1997
|
|
+++ Client/ScoreTable.hh Wed Aug 14 18:12:55 2002
|
|
@@ -8,7 +8,7 @@
|
|
|
|
class ScoreTable : public Group {
|
|
protected:
|
|
- const int showitems = 10;
|
|
+ static const int showitems = 10;
|
|
StaticText * points[showitems];
|
|
StaticText * names[showitems];
|
|
public:
|