Fix typo.

This commit is contained in:
Jeff Young 2020-10-06 14:23:10 +01:00
parent e9d372f4b7
commit 30c2ca67d9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
DIALOG_SHEET_PROPERTIES::DIALOG_SHEET_PROPERTIES( SCH_EDIT_FRAME* aParent, SCH_SHEET* aSheet,
bool* aClearAnnotationNewItems ) :
DIALOG_SCH_SHEET_PROPERTIES_BASE( aParent ),
DIALOG_SHEET_PROPERTIES_BASE( aParent ),
m_frame( aParent ),
m_clearAnnotationNewItems( aClearAnnotationNewItems ),
m_borderWidth( aParent, m_borderWidthLabel, m_borderWidthCtrl, m_borderWidthUnits, true )