Remove warnings
[anna.git] / include / anna / testing / TestManager.hpp
index a1cf8ed..40bdfda 100644 (file)
@@ -108,6 +108,7 @@ class TestManager : public anna::timex::TimeEventObserver, public anna::Singleto
 
   TestManager();
   TestManager(const TestManager&);
+  virtual ~TestManager() {;}
 
   TestTimer* createTimer(TestCaseStep*, const anna::Millisecond &, const TestTimer::Type::_v type) throw(anna::RuntimeException);
   void cancelTimer(TestTimer*) throw();