Change KICADMODEL definition from struct to class for consistency
This commit is contained in:
parent
52aa4ecdf4
commit
451cbedd2c
|
@ -31,8 +31,9 @@
|
|||
|
||||
#include "base.h"
|
||||
|
||||
struct KICADMODEL
|
||||
class KICADMODEL
|
||||
{
|
||||
public:
|
||||
KICADMODEL();
|
||||
virtual ~KICADMODEL();
|
||||
|
||||
|
|
Loading…
Reference in New Issue