summaryrefslogtreecommitdiff
path: root/common/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/set.h')
-rw-r--r--common/set.h2
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