mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
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"
|
#include "base.h"
|
||||||
|
|
||||||
struct KICADMODEL
|
class KICADMODEL
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
KICADMODEL();
|
KICADMODEL();
|
||||||
virtual ~KICADMODEL();
|
virtual ~KICADMODEL();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user