aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/style
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-24 23:36:44 +0800
committercrupest <crupest@outlook.com>2020-12-24 23:36:44 +0800
commit253fcf881d04d0c86236e4cf0067f08eea39f051 (patch)
tree489eeac466f92474b3d51c49a164607fdabcf478 /include/cru/ui/style
parent04e3fee3fc584c2c7562b29c375cedcf020bcbc6 (diff)
downloadcru-253fcf881d04d0c86236e4cf0067f08eea39f051.tar.gz
cru-253fcf881d04d0c86236e4cf0067f08eea39f051.tar.bz2
cru-253fcf881d04d0c86236e4cf0067f08eea39f051.zip
...
Diffstat (limited to 'include/cru/ui/style')
-rw-r--r--include/cru/ui/style/StyleRuleSet.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/style/StyleRuleSet.hpp b/include/cru/ui/style/StyleRuleSet.hpp
index ba3f8b4c..e62dd2de 100644
--- a/include/cru/ui/style/StyleRuleSet.hpp
+++ b/include/cru/ui/style/StyleRuleSet.hpp
@@ -41,7 +41,7 @@ class StyleRuleSet : public Object {
void Clear() { RemoveStyleRule(0, GetSize()); }
- void Set(const StyleRuleSet& other);
+ void Set(const StyleRuleSet& other, bool set_parent = false);
const StyleRule& operator[](gsl::index index) const { return rules_[index]; }