]> git.stg.codes - stg.git/blobdiff - include/stg/corporations.h
Merge branch 'stg-2.409'
[stg.git] / include / stg / corporations.h
index 88c1e8bdc810c9741afccec4c696ddd5a5914a06..e167301b5d72fa1cf2fdc480ab13ebbf92728759 100644 (file)
 #ifndef CORPORATIONS_H
 #define CORPORATIONS_H
 
-#include <string>
-
 #include "corp_conf.h"
 
+#include <string>
+
 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;