diff options
-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 |