X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=include%2Fanna%2Ftesting%2FTestManager.hpp;h=40bdfdac2a79dbe27e70b8b102b8da31f1d1be70;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hp=a1cf8eddefd13c17f3006eab0c21b1d14881936d;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a;p=anna.git diff --git a/include/anna/testing/TestManager.hpp b/include/anna/testing/TestManager.hpp index a1cf8ed..40bdfda 100644 --- a/include/anna/testing/TestManager.hpp +++ b/include/anna/testing/TestManager.hpp @@ -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();