This commit is contained in:
Konstantin Käfer 2011-12-07 23:03:14 +01:00
parent f7cdee8312
commit 8229bcc580

View file

@ -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_;