mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
msbuild: obey some warnings about missing virtual destructors
This commit is contained in:
parent
1065dc4438
commit
fd166032ab
5 changed files with 21 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue