Remove warnings
[anna.git] / example / timex / ArithmeticHTTPServer / Reactor.hpp
index c913091..949db90 100644 (file)
@@ -25,6 +25,7 @@ using namespace anna;
 class Reactor : public comm::Receiver {
 public:
    Reactor () : comm::Receiver ("http4comm::Reactor") {;}
+   virtual ~Reactor() {;}
 
    static const char* className () throw () { return "http4comm::Reactor"; }