7
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:
Jeff Young 2025-03-02 17:05:42 +00:00
parent 163a26111a
commit f5d2b40c9e

View File

@ -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() {}