From 7447cae78352bf94adfaef9304924a6545c1f0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atle=20Hellvik=20Havs=C3=B8?= Date: Mon, 22 Nov 2010 14:29:14 +0100 Subject: Minor fix to Set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Atle Hellvik Havsø --- common/set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/set.h') diff --git a/common/set.h b/common/set.h index 3f762eb..b7cceaa 100644 --- a/common/set.h +++ b/common/set.h @@ -10,7 +10,7 @@ class Set : public Tile { public: Set(){}; - virtual ~Chi(){}; + virtual ~Set(){}; //! Add a tile to the set //! \param tile The tile that should be added to the set -- cgit v1.2.3