mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
Matcher
: Add virtual destructor
This commit is contained in:
parent
70e93c1e2b
commit
db9bab2708
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ struct CmdProfileInstall : InstallablesCommand, MixDefaultProfile
|
||||||
|
|
||||||
struct Matcher
|
struct Matcher
|
||||||
{
|
{
|
||||||
|
virtual ~Matcher() { }
|
||||||
virtual std::string getTitle() = 0;
|
virtual std::string getTitle() = 0;
|
||||||
virtual bool matches(const std::string & name, const ProfileElement & element) = 0;
|
virtual bool matches(const std::string & name, const ProfileElement & element) = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue