diff options
author | crupest <crupest@outlook.com> | 2022-02-13 00:31:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-13 00:31:30 +0800 |
commit | ecda6570b707617c4b9365180684bbe94f43e4f9 (patch) | |
tree | 9af11cf15a2f5a6531ca40e5e26aced1c2bcecbb /include/cru/ui/style/StyleRuleSet.h | |
parent | 614c9d27ff0aa8eeff663469979af191c07792e3 (diff) | |
download | cru-ecda6570b707617c4b9365180684bbe94f43e4f9.tar.gz cru-ecda6570b707617c4b9365180684bbe94f43e4f9.tar.bz2 cru-ecda6570b707617c4b9365180684bbe94f43e4f9.zip |
...
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); |