diff options
Diffstat (limited to 'src/lib/VSDXTheme.h')
-rw-r--r-- | src/lib/VSDXTheme.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/VSDXTheme.h b/src/lib/VSDXTheme.h index bb8b7e9..15d152f 100644 --- a/src/lib/VSDXTheme.h +++ b/src/lib/VSDXTheme.h @@ -49,6 +49,8 @@ struct VSDXVariationClrScheme Colour m_varColor5; Colour m_varColor6; Colour m_varColor7; + + VSDXVariationClrScheme(); }; struct VSDXClrScheme @@ -66,6 +68,8 @@ struct VSDXClrScheme Colour m_hlink; Colour m_folHlink; std::vector<VSDXVariationClrScheme> m_variationClrSchemeLst; + + VSDXClrScheme(); }; class VSDXTheme |