Fixed up to 33
This commit is contained in:
@@ -58,7 +58,7 @@ decorated_element::get_relationship() const
|
||||
return {relationship_t::kNone, ""};
|
||||
}
|
||||
|
||||
std::string decorated_element::style_spec()
|
||||
std::string decorated_element::style_spec() const
|
||||
{
|
||||
for (auto d : decorators_)
|
||||
if (std::dynamic_pointer_cast<decorators::style>(d))
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
|
||||
std::pair<relationship_t, std::string> get_relationship() const;
|
||||
|
||||
std::string style_spec();
|
||||
std::string style_spec() const;
|
||||
|
||||
const std::vector<std::shared_ptr<decorators::decorator>> &
|
||||
decorators() const;
|
||||
|
||||
Reference in New Issue
Block a user