From d6b4986bf746d8ae1943e49adcc87284a7e8c928 Mon Sep 17 00:00:00 2001 From: mrbesen Date: Thu, 2 Dec 2021 00:50:03 +0100 Subject: [PATCH] fixed reorder --- src/rulefont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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