diff options
author | Atle Hellvik Havsø <atle@havso.net> | 2010-11-22 14:29:14 +0100 |
---|---|---|
committer | Atle Hellvik Havsø <atle@havso.net> | 2010-11-22 14:29:14 +0100 |
commit | 7447cae78352bf94adfaef9304924a6545c1f0a1 (patch) | |
tree | fa993db99aedad860d087f372d26d4f3b2c1d78d | |
parent | 92df3471557a1e8c51a93d0b6663a2e719055fda (diff) |
Minor fix to Set
Signed-off-by: Atle Hellvik Havsø <atle@havso.net>
-rw-r--r-- | common/set.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |