7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 08:41:41 +00:00

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

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