]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser.h
Various fixes of issues reported by static analyzers.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser.h
index af77158d6324d1032a922d9c503fa45b9035fe58..8bddc5178055cbab605b1efe0258d397a26a2f03 100644 (file)
@@ -31,6 +31,7 @@ class BASE_PARSER
     public:
         struct FACTORY
         {
+            virtual ~FACTORY() {}
             virtual BASE_PARSER * create(const ADMIN & admin) = 0;
         };
         typedef std::map<std::string, FACTORY *> REGISTRY;