]> git.stg.codes - stg.git/blobdiff - include/stg/corporations.h
Fix email.
[stg.git] / include / stg / corporations.h
index 88c1e8bdc810c9741afccec4c696ddd5a5914a06..a25e60dfb02273a513b0d80b8a68cb643b1e3cd4 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #ifndef CORPORATIONS_H
@@ -29,6 +29,7 @@ class ADMIN;
 
 class CORPORATIONS {
 public:
+    virtual ~CORPORATIONS() {}
     virtual int Add(const CORP_CONF & corp, const ADMIN * admin) = 0;
     virtual int Del(const std::string & name, const ADMIN * admin) = 0;
     virtual int Change(const CORP_CONF & corp, const ADMIN * admin) = 0;