aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/style/StyleRuleSet.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/style/StyleRuleSet.hpp')
-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]; }