pedantic
This commit is contained in:
parent
881603e94a
commit
510c4b538d
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ namespace detail {
|
|||
template <typename Symbolizer, typename T, bool is_enum = false>
|
||||
struct set_symbolizer_property_impl
|
||||
{
|
||||
static void apply(Symbolizer & sym, keys key, xml_node const & node)
|
||||
static void apply(Symbolizer & sym, keys key, xml_node const& node)
|
||||
{
|
||||
using value_type = T;
|
||||
std::string const& name = std::get<0>(get_meta(key));
|
||||
|
|
Loading…
Add table
Reference in a new issue