summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/font/Feature.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/font/Feature.cxx b/vcl/source/font/Feature.cxx
index 4be8152d4bc7..7beb238a2d20 100644
--- a/vcl/source/font/Feature.cxx
+++ b/vcl/source/font/Feature.cxx
@@ -94,6 +94,7 @@ uint32_t FeatureParameter::getCode() const { return m_nCode; }
FeatureDefinition::FeatureDefinition()
: m_pDescriptionID(nullptr)
, m_nCode(0)
+ , m_nDefault(0)
, m_eType(FeatureParameterType::BOOL)
{
}