Synchronize forward declaration with definition

The actual definition uses "class", so the forward declarations should do
so, too.
This commit is contained in:
Simon Richter 2016-09-21 04:58:20 +02:00 committed by Wayne Stambaugh
parent 061a7b8450
commit eeae8c741a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
class OUTPUTFORMATTER;
struct IO_ERROR;
class IO_ERROR;
/**

View File

@ -63,7 +63,7 @@ class PCB_LAYER_BOX_SELECTOR;
class NETLIST;
class REPORTER;
struct PARSE_ERROR;
struct IO_ERROR;
class IO_ERROR;
class FP_LIB_TABLE;
namespace PCB { struct IFACE; } // KIFACE_I is in pcbnew.cpp