Remove warnings
[anna.git] / include / anna / ldap / TimerManager.hpp
index 2301b00..069c468 100644 (file)
@@ -42,6 +42,8 @@ class TimerManager : public timex::TimeEventObserver, public Singleton <TimerMan
   TimerManager();
   TimerManager(const TimerManager&);
 
+  virtual ~TimerManager() {;}
+
   Timer* createTimer(Response*) throw(RuntimeException);
   void cancel(Timer*) throw();