diff options
Diffstat (limited to 'include/cru/ui/style/StyleRuleSet.h')
-rw-r--r-- | include/cru/ui/style/StyleRuleSet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/ui/style/StyleRuleSet.h b/include/cru/ui/style/StyleRuleSet.h index 34d0fad4..f905d97a 100644 --- a/include/cru/ui/style/StyleRuleSet.h +++ b/include/cru/ui/style/StyleRuleSet.h @@ -6,7 +6,7 @@ #include <cstddef> namespace cru::ui::style { -class StyleRuleSet : public Object { +class CRU_UI_API StyleRuleSet : public Object { public: StyleRuleSet() = default; explicit StyleRuleSet(std::shared_ptr<StyleRuleSet> parent); @@ -53,7 +53,7 @@ class StyleRuleSet : public Object { std::vector<StyleRule> rules_; }; -class StyleRuleSetBind { +class CRU_UI_API StyleRuleSetBind { public: StyleRuleSetBind(controls::Control* control, std::shared_ptr<StyleRuleSet> ruleset); |