mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
7 lines
53 B
C++
7 lines
53 B
C++
|
|
||
|
#include <eda_group.h>
|
||
|
|
||
|
EDA_GROUP::~EDA_GROUP()
|
||
|
{
|
||
|
}
|