Fix compilation issue with KicadSVGFileDC.
This commit is contained in:
parent
a731a6b712
commit
672b55fd05
|
@ -609,7 +609,7 @@ public:
|
|||
};
|
||||
};
|
||||
|
||||
typedef KicadSVGFileDC wxSVGFileDC;
|
||||
typedef wxSVGFileDC KicadSVGFileDC;
|
||||
|
||||
#endif // wxCHECK_VERSION
|
||||
|
||||
|
|
Loading…
Reference in New Issue