2013-09-26 17:14:40 +02:00

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: