msbuild: obey some warnings about missing virtual destructors

This commit is contained in:
Shawn Hoffman
2017-06-07 15:25:13 -07:00
parent 1065dc4438
commit fd166032ab
5 changed files with 21 additions and 10 deletions

View File

@ -27,6 +27,7 @@ class Section
public:
Section(LayerType layer, System system, const std::string& name);
virtual ~Section() = default;
virtual bool Exists(const std::string& key) const;
bool Delete(const std::string& key);