mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Merge pull request #11956 from xokdvium/dev/get-rid-of-non-virtual-dtor-warning
fix(libutil/config): declare virtual dtor for AbstractConfig
This commit is contained in:
commit
121020fc50
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ public:
|
||||||
* Re-applies all previously attempted changes to unknown settings
|
* Re-applies all previously attempted changes to unknown settings
|
||||||
*/
|
*/
|
||||||
void reapplyUnknownSettings();
|
void reapplyUnknownSettings();
|
||||||
|
|
||||||
|
virtual ~AbstractConfig() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue