mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +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
|
||||
{
|
||||
virtual ~Matcher() { }
|
||||
virtual std::string getTitle() = 0;
|
||||
virtual bool matches(const std::string & name, const ProfileElement & element) = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue