7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 22:05:32 +00:00

IO_BASE must be dllexport/dllimport specified as a base class

This commit is contained in:
Marek Roszko 2024-09-07 22:37:05 -04:00
parent bca77cf54b
commit 00f2e56e51

View File

@ -25,6 +25,7 @@
#include <vector>
#include <string>
#include <kicommon.h>
#include <core/utf8.h>
#include <wx/string.h>
#include <widgets/report_severity.h>
@ -32,7 +33,7 @@
class REPORTER;
class PROGRESS_REPORTER;
class IO_BASE
class KICOMMON_API IO_BASE
{
public:
/**