Fix build warnings introduced by recent ERC changes.

This commit is contained in:
Wayne Stambaugh 2023-01-24 10:42:41 -05:00
parent fef3274e8e
commit 5638122d3d
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ public:
* SCH_SHEET_PATH context, if a context is available on the given SCH_MARKER or ERC_ITEM
* targets.
*/
void GetValue( wxVariant& aVariant, wxDataViewItem const& aItem, unsigned int aCol ) const;
void GetValue( wxVariant& aVariant, wxDataViewItem const& aItem,
unsigned int aCol ) const override;
};
class ERC_ITEM : public RC_ITEM