Remove warnings
[anna.git] / include / anna / diameter / codec / basetypes / Unknown.hpp
index 5a84005..c571f53 100644 (file)
@@ -30,6 +30,9 @@ namespace basetypes {
 class Unknown : public OctetString {
 
 public:
+
+  virtual ~Unknown() {;}
+
   std::string getFormatName() const throw() { return "Unknown"; }
 };