fix typo
This commit is contained in:
parent
f7cdee8312
commit
8229bcc580
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ feature_type_style::feature_type_style()
|
|||
|
||||
feature_type_style::feature_type_style(feature_type_style const& rhs, bool deep_copy)
|
||||
: filter_mode_(rhs.filter_mode_),
|
||||
scale_denom_valicity_(-1)
|
||||
scale_denom_validity_(-1)
|
||||
{
|
||||
if (!deep_copy) {
|
||||
rules_ = rhs.rules_;
|
||||
|
|
Loading…
Reference in a new issue