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