From 2f99a8a67d37bcc248d3f4a5cbd521de3f89fb36 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 14 Jul 2018 09:19:23 +0200 Subject: [PATCH] Another fix for Windows build. --- src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h b/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h index 78ae2c71f..cf929f117 100644 --- a/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h +++ b/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h @@ -58,7 +58,7 @@ struct GerberFreeFileDescriptor std::vector layout_layers; }; -struct GerberImportData +struct DB_PLUGIN_PUBLIC GerberImportData { public: GerberImportData ();