Fix compile error
This commit is contained in:
parent
cc86630f11
commit
965a32077d
|
@ -63,10 +63,6 @@ void drcPrintDebugMessage( int level, wxString msg, const char *function, int li
|
||||||
#define drc_dbg(level, fmt, ...) \
|
#define drc_dbg(level, fmt, ...) \
|
||||||
drcPrintDebugMessage(level, wxString::Format( fmt, __VA_ARGS__ ), __FUNCTION__, __LINE__ );
|
drcPrintDebugMessage(level, wxString::Format( fmt, __VA_ARGS__ ), __FUNCTION__, __LINE__ );
|
||||||
|
|
||||||
|
|
||||||
//#define drc_dbg(level, fmt, ...) \
|
|
||||||
// wxLogTrace("DUPA", fmt, __VA_ARGS__);
|
|
||||||
|
|
||||||
class DRC_RULE_CONDITION;
|
class DRC_RULE_CONDITION;
|
||||||
class DRC_ITEM;
|
class DRC_ITEM;
|
||||||
class DRC_RULE;
|
class DRC_RULE;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include <drc/drc_engine.h>
|
#include <drc/drc_engine.h>
|
||||||
#include <drc/drc_item.h>
|
#include <drc/drc_item.h>
|
||||||
#include <pcbnew/drc/drc_test_provider.h>
|
#include <drc/drc_test_provider.h>
|
||||||
|
|
||||||
DRC_TEST_PROVIDER::DRC_TEST_PROVIDER() :
|
DRC_TEST_PROVIDER::DRC_TEST_PROVIDER() :
|
||||||
m_drcEngine( nullptr ),
|
m_drcEngine( nullptr ),
|
||||||
|
|
Loading…
Reference in New Issue