X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7b66bdcccfa4aad5a8e4110bf4769bc13c15dcfd..4c064456f5d2093f802b474736d5be5051f857a0:/include/stg/corporations.h diff --git a/include/stg/corporations.h b/include/stg/corporations.h index 88c1e8bd..e167301b 100644 --- a/include/stg/corporations.h +++ b/include/stg/corporations.h @@ -21,14 +21,15 @@ #ifndef CORPORATIONS_H #define CORPORATIONS_H -#include - #include "corp_conf.h" +#include + 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;