diff --git a/src/rulefont.h b/src/rulefont.h index d8de133..ff0c80e 100644 --- a/src/rulefont.h +++ b/src/rulefont.h @@ -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; }; \ No newline at end of file