diff --git a/pcbnew/router/length_tuner_tool.h b/pcbnew/router/length_tuner_tool.h index 74f9ee8257..0ad0299f42 100644 --- a/pcbnew/router/length_tuner_tool.h +++ b/pcbnew/router/length_tuner_tool.h @@ -28,7 +28,7 @@ class PNS_TUNE_STATUS_POPUP; -class APIEXPORT LENGTH_TUNER_TOOL : public PNS::TOOL_BASE +class LENGTH_TUNER_TOOL : public PNS::TOOL_BASE { public: LENGTH_TUNER_TOOL(); diff --git a/pcbnew/router/pns_tool_base.h b/pcbnew/router/pns_tool_base.h index ff5c3d970a..1a504c208b 100644 --- a/pcbnew/router/pns_tool_base.h +++ b/pcbnew/router/pns_tool_base.h @@ -24,7 +24,6 @@ #define __PNS_TOOL_BASE_H #include -#include #include #include @@ -42,7 +41,7 @@ class PNS_TUNE_STATUS_POPUP; namespace PNS { -class APIEXPORT TOOL_BASE : public PCB_TOOL_BASE +class TOOL_BASE : public PCB_TOOL_BASE { public: TOOL_BASE( const std::string& aToolName ); diff --git a/pcbnew/router/pns_walkaround.h b/pcbnew/router/pns_walkaround.h index 3e9875cb0b..bd77af6b46 100644 --- a/pcbnew/router/pns_walkaround.h +++ b/pcbnew/router/pns_walkaround.h @@ -112,7 +112,7 @@ public: const RESULT Route( const LINE& aInitialPath ); - void SetLengthLimit( bool aEnable ) + void SetLengthLimit( bool aEnable ) { m_lengthLimitOn = aEnable; } diff --git a/pcbnew/router/router_tool.h b/pcbnew/router/router_tool.h index d5386132ba..4e6b2ff665 100644 --- a/pcbnew/router/router_tool.h +++ b/pcbnew/router/router_tool.h @@ -27,7 +27,7 @@ class PCB_SELECTION_TOOL; -class APIEXPORT ROUTER_TOOL : public PNS::TOOL_BASE +class ROUTER_TOOL : public PNS::TOOL_BASE { public: ROUTER_TOOL();