X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=cluster.hpp;h=dff55e61fcf7b571da5c0b895a5f46910f58f8c6;hp=ff5d41d38c71cfea8dd9d434f7a4e466e0cd160c;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=f687723a8357916e86a05116978e6869b039ce36 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