Remove warnings
[anna.git] / example / comm / rServer / main.cpp
index be0d4ff..d09404f 100644 (file)
@@ -43,6 +43,7 @@ public:
 
 class MyReceiver : public Receiver {
 public:
+   virtual ~MyReceiver() {;}
    static const char* className () throw () { return "MyReceiver"; }
    
 private: