fixed reorder

This commit is contained in:
mrbesen 2021-12-02 00:50:03 +01:00
parent 74a52f8086
commit d6b4986bf7
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ public:
virtual const std::string& getName() const override;
virtual bool canApply(const std::string& in) const override;
private:
ruleFunc rule;
std::string name;
ruleFunc rule;
};