--- branches/mmeineke/OOPSE/libmdtools/randomSPRNG.hpp 2003/03/21 17:42:12 377 +++ trunk/OOPSE/libmdtools/randomSPRNG.hpp 2003/04/03 21:12:51 450 @@ -12,7 +12,7 @@ class randomSPRNG{ (public) class randomSPRNG{ public: randomSPRNG(int myseed); - ~randomSPRNG(); + virtual ~randomSPRNG(); double getRandom();