mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:55:30 +00:00
Compiler warnings.
This commit is contained in:
parent
163a26111a
commit
f5d2b40c9e
@ -58,7 +58,9 @@ public:
|
||||
* @param aPcb is the board to extract a netlist from
|
||||
* @param aParent will be used as the parent for any warning dialogs
|
||||
*/
|
||||
IPC356D_WRITER( BOARD* aPcb ) : m_pcb( aPcb ) {}
|
||||
IPC356D_WRITER( BOARD* aPcb ) :
|
||||
m_pcb( aPcb )
|
||||
{}
|
||||
|
||||
virtual ~IPC356D_WRITER() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user