summaryrefslogtreecommitdiffstats
path: root/dab/algor.h
diff options
context:
space:
mode:
Diffstat (limited to 'dab/algor.h')
-rw-r--r--dab/algor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dab/algor.h b/dab/algor.h
index af0be629..24f438d0 100644
--- a/dab/algor.h
+++ b/dab/algor.h
@@ -1,4 +1,4 @@
-/* $NetBSD: algor.h,v 1.2 2005/08/09 02:38:32 christos Exp $ */
+/* $NetBSD: algor.h,v 1.3 2006/05/14 03:21:52 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -51,6 +51,7 @@ class BOX;
class ALGOR : public PLAYER {
public:
ALGOR(const char c);
+ virtual ~ALGOR() {}
// Return a proposed move in (y, x, dir)
void play(const BOARD& b, size_t& y, size_t& x, int& dir);