mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
minor changes
This commit is contained in:
parent
47a8701a01
commit
8cffe509fa
@ -353,16 +353,16 @@ public:
|
||||
class IbisBoardDescription : public IBIS_INPUT
|
||||
{
|
||||
public:
|
||||
IbisComponent( REPORTER* aReporter ) : IBIS_INPUT( aReporter ){};
|
||||
IbisBoardDescription( REPORTER* aReporter ) : IBIS_INPUT( aReporter ){};
|
||||
|
||||
virtual ~IbisBoardDescription(){};
|
||||
|
||||
std::string m_name = "";
|
||||
std::string m_manufacturer = "";
|
||||
int m_numberofPins;
|
||||
int m_numberOfPins;
|
||||
std::vector<IbisBoardPin> m_pins;
|
||||
|
||||
bool Check() override;
|
||||
//bool Check() override;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user