aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/style/StyleRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/style/StyleRule.h')
-rw-r--r--include/cru/ui/style/StyleRule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/style/StyleRule.h b/include/cru/ui/style/StyleRule.h
index 68b239f3..fc37f7c7 100644
--- a/include/cru/ui/style/StyleRule.h
+++ b/include/cru/ui/style/StyleRule.h
@@ -8,7 +8,7 @@
#include <vector>
namespace cru::ui::style {
-class StyleRule : public Object {
+class CRU_UI_API StyleRule : public Object {
public:
static ClonablePtr<StyleRule> Create(ClonablePtr<Condition> condition,
ClonablePtr<Styler> styler,