Remove warnings
[anna.git] / include / anna / diameter / codec / basetypes / Enumerated.hpp
index 4a53d0f..e00438c 100644 (file)
@@ -33,6 +33,8 @@ class Enumerated : public Integer32 {
 
 public:
 
+  virtual ~Enumerated() {;}
+
   // gets
 
   std::string getFormatName() const throw() { return "Enumerated"; }