mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
AK: Make all HashMap copy-constructs explicit
This commit is contained in:
parent
6421899078
commit
95d90a760b
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
}
|
||||
explicit SourceGenerator(StringBuilder& builder, MappingType const& mapping, char opening = '@', char closing = '@')
|
||||
: m_builder(builder)
|
||||
, m_mapping(mapping)
|
||||
, m_mapping(mapping.clone().release_value_but_fixme_should_propagate_errors())
|
||||
, m_opening(opening)
|
||||
, m_closing(closing)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue