mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Fix build warnings introduced by recent ERC changes.
This commit is contained in:
parent
fef3274e8e
commit
5638122d3d
@ -49,7 +49,8 @@ public:
|
|||||||
* SCH_SHEET_PATH context, if a context is available on the given SCH_MARKER or ERC_ITEM
|
* SCH_SHEET_PATH context, if a context is available on the given SCH_MARKER or ERC_ITEM
|
||||||
* targets.
|
* 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
|
class ERC_ITEM : public RC_ITEM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user