X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cluster.hpp;h=dff55e61fcf7b571da5c0b895a5f46910f58f8c6;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=ff5d41d38c71cfea8dd9d434f7a4e466e0cd160c;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/cluster.hpp b/cluster.hpp index ff5d41d..dff55e6 100644 --- a/cluster.hpp +++ b/cluster.hpp @@ -14,6 +14,7 @@ class Cluster { public: Cluster(RAbundVector*, ListVector*, SparseDistanceMatrix*, float, string); + virtual ~Cluster() {} virtual void update(double&); virtual string getTag() = 0; virtual void setMapWanted(bool m); @@ -102,4 +103,4 @@ private: -#endif \ No newline at end of file +#endif